Commit e7b4e60
committed
Fix: use yaml to parse netlab environment variables
Using 'eval' to parse environment variables correctly converted values
into ints/bools, but it was hard to pass a list as an environment
variable (you would have to use all sorts of quoting tricks).
Treating environment variable values as YAML strings still results in
str/int/bools, but also allows you to use simpler (YAML) format to
specify list or even dict values.1 parent fe65482 commit e7b4e60
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
0 commit comments