From ebd6d3e9c2c59e80bf267aa482971c7d1bb9489b Mon Sep 17 00:00:00 2001 From: Wojciech Siewierski Date: Mon, 27 Jan 2020 21:16:45 +0100 Subject: Add a newline before printing the exception for better readability --- ranger/core/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ranger/core/main.py b/ranger/core/main.py index 16f993cc..5f7abaca 100644 --- a/ranger/core/main.py +++ b/ranger/core/main.py @@ -346,7 +346,7 @@ def parse_arguments(): shutil.rmtree(args.cachedir) except Exception as ex: # pylint: disable=broad-except sys.stderr.write( - "Error during the temporary cache directory cleanup: " + "Error during the temporary cache directory cleanup:\n" "{}\n".format(ex) ) -- cgit 1.4.1-2-gfad0