mirror of
https://github.com/certbot/certbot.git
synced 2026-08-04 12:21:51 +02:00
Reformatted error message
This commit is contained in:
+1
-1
@@ -682,7 +682,7 @@ def main(cli_args=sys.argv[1:]):
|
|||||||
return ""
|
return ""
|
||||||
except: # pylint: disable=bare-except
|
except: # pylint: disable=bare-except
|
||||||
handle_exception_common()
|
handle_exception_common()
|
||||||
return ("\nAn unexpected error occured. Please see the logfiles in {0} "
|
return ("An unexpected error occured. Please see the logfiles in {0} "
|
||||||
"for more details.".format(args.logs_dir))
|
"for more details.".format(args.logs_dir))
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user