From 7c67df107636a6058a975b4a1392987bfdc5fa90 Mon Sep 17 00:00:00 2001 From: Peter Eckersley Date: Thu, 17 Sep 2015 12:48:07 -0700 Subject: [PATCH] traceback actually provides that \n --- letsencrypt/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/cli.py b/letsencrypt/cli.py index a413cdf8e..739385206 100644 --- a/letsencrypt/cli.py +++ b/letsencrypt/cli.py @@ -850,7 +850,7 @@ def _handle_exception(exc_type, exc_value, trace, args): # them with a full traceback msg = "An unexpected error occurred.\n" msg += traceback.format_exception_only(exc_type,exc_value)[0] - msg += "\nPlease see the " + msg += "Please see the " if args is None: msg += "logfile '{0}' for more details.".format(logfile) else: