Don't pause when showing errors

This commit is contained in:
Brad Warren
2016-04-04 10:38:34 -07:00
parent 987aa82371
commit 17c495732d
+1 -1
View File
@@ -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")