From 47ca07e3a9e6dd378dbf444c9607d062f88f44ba Mon Sep 17 00:00:00 2001 From: Samantha Baldwin Date: Thu, 7 Sep 2017 14:50:39 -0400 Subject: [PATCH] command/cd: remove vestigial exit under path check --- whipper/command/cd.py | 1 - 1 file changed, 1 deletion(-) diff --git a/whipper/command/cd.py b/whipper/command/cd.py index 1d9c4e0..4d4ae41 100644 --- a/whipper/command/cd.py +++ b/whipper/command/cd.py @@ -337,7 +337,6 @@ Log files will log the path to tracks relative to this directory. dirname.encode('utf-8')) logger.critical(msg) raise RuntimeError(msg) - exit else: sys.stdout.write("output directory %s already exists\n" % dirname.encode('utf-8'))