Commit 9538003
committed
fix(nonstring-default) numeric default for webEnabled
`/deis/controller/webEnabled` uses Python's `bool` to parse this
configuration value; `0` and `1` are handled correctly, but `false` and
`true` lead to NameError.1 parent d1f5019 commit 9538003
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments