mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
Don't pause when showing errors
This commit is contained in:
parent
987aa82371
commit
17c495732d
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue