command/cd: remove vestigial exit under path check
This commit is contained in:
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user