mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 00:00:44 +02:00
Don't pause when showing errors
This commit is contained in:
@@ -147,7 +147,7 @@ to serve all files under specified web root ({0})."""
|
||||
try:
|
||||
return _validate_webroot(webroot)
|
||||
except errors.PluginError as error:
|
||||
display.notification(str(error))
|
||||
display.notification(str(error), pause=False)
|
||||
|
||||
def _create_challenge_dirs(self):
|
||||
path_map = self.conf("map")
|
||||
|
||||
Reference in New Issue
Block a user