Fixed false vals.
This commit is contained in:
parent
5180afe228
commit
d86d6a4351
@ -40,7 +40,7 @@ SHELL_QUOTE_REPLACERS = {
|
|||||||
"(": "\\(",
|
"(": "\\(",
|
||||||
")": "\\)",
|
")": "\\)",
|
||||||
}
|
}
|
||||||
FALSE_VALS = ['f', 'false', '0', 'off', False, 0, None]
|
FALSE_VALS = ['f', 'false', '0', 'off']
|
||||||
|
|
||||||
|
|
||||||
#root context guard
|
#root context guard
|
||||||
|
Loading…
Reference in New Issue
Block a user