mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 16:15:42 +02:00
Resume using a fully-constructed config namespace
This commit is contained in:
+2
-2
@@ -744,8 +744,8 @@ def _set_by_cli(var):
|
||||
plugins = plugins_disco.PluginsRegistry.find_all()
|
||||
# reconstructed_args == sys.argv[1:], or whatever was passed to main()
|
||||
reconstructed_args = _parser.args + [_parser.verb]
|
||||
_set_by_cli.detector = prepare_and_parse_args(plugins, reconstructed_args,
|
||||
detect_defaults=True)
|
||||
default_args = prepare_and_parse_args(plugins, reconstructed_args, detect_defaults=True)
|
||||
_set_by_cli.detector = configuration.NamespaceConfig(default_args, fake=True)
|
||||
|
||||
try:
|
||||
# Is detector.var something that isn't false?
|
||||
|
||||
Reference in New Issue
Block a user