mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 16:12:09 +02:00
Bleh.
This commit is contained in:
+1
-1
@@ -753,7 +753,7 @@ def _set_by_cli(var):
|
|||||||
return True
|
return True
|
||||||
# Special case: vars like --no-redirect that get set True -> False
|
# Special case: vars like --no-redirect that get set True -> False
|
||||||
# default to None; False means they were set
|
# default to None; False means they were set
|
||||||
elif var in _set_by_cli.detector.store_false_vars and change_detected is not None:
|
elif var in _set_by_cli.detector.namespace.store_false_vars and change_detected is not None:
|
||||||
return True
|
return True
|
||||||
else:
|
else:
|
||||||
return False
|
return False
|
||||||
|
|||||||
Reference in New Issue
Block a user