Commit e420a6f
Fix undefined variable in python3-http-debian template
Functions useing the http-debian tamplate where failing.
The format_response function used an undefined variable 'resp'
this should be 'res'.
Signed-off-by: Han Verstraete (OpenFaaS Ltd) <han@openfaas.com>1 parent 1464705 commit e420a6f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments