mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:31:51 +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":
|
if verb == "install":
|
||||||
need_inst = True
|
need_inst = True
|
||||||
if args.authenticator:
|
if args.authenticator:
|
||||||
msg = "Specifying an authenticator doesn't make sense in install mode"
|
logger.warn("Specifying an authenticator doesn't make sense in install mode")
|
||||||
raise PluginSelectionError, msg
|
|
||||||
|
|
||||||
# Which plugins did the user request?
|
# Which plugins did the user request?
|
||||||
req_inst = req_auth = args.configurator
|
req_inst = req_auth = args.configurator
|
||||||
|
|||||||
Reference in New Issue
Block a user