mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
Dial back the "authenticator doesn't make sense in install mode" message
Since it was breaking integration tests
This commit is contained in:
+1
-2
@@ -365,8 +365,7 @@ def choose_configurator_plugins(args, config, plugins, verb):
|
||||
if verb == "install":
|
||||
need_inst = True
|
||||
if args.authenticator:
|
||||
msg = "Specifying an authenticator doesn't make sense in install mode"
|
||||
raise PluginSelectionError, msg
|
||||
logger.warn("Specifying an authenticator doesn't make sense in install mode")
|
||||
|
||||
# Which plugins did the user request?
|
||||
req_inst = req_auth = args.configurator
|
||||
|
||||
Reference in New Issue
Block a user