mirror of
https://github.com/certbot/certbot.git
synced 2026-08-04 12:21:51 +02:00
Remove confirmation in text display
This commit is contained in:
@@ -40,7 +40,7 @@ def choose_plugin(prepared, question):
|
|||||||
"The selected plugin encountered an error while parsing "
|
"The selected plugin encountered an error while parsing "
|
||||||
"your server configuration and cannot be used. The error "
|
"your server configuration and cannot be used. The error "
|
||||||
"was:\n\n{0}".format(plugin_ep.prepare()),
|
"was:\n\n{0}".format(plugin_ep.prepare()),
|
||||||
height=display_util.HEIGHT)
|
height=display_util.HEIGHT, pause=False)
|
||||||
else:
|
else:
|
||||||
return plugin_ep
|
return plugin_ep
|
||||||
elif code == display_util.HELP:
|
elif code == display_util.HELP:
|
||||||
|
|||||||
Reference in New Issue
Block a user