command/cd: remove vestigial exit under path check

This commit is contained in:
Samantha Baldwin
2017-09-07 14:50:39 -04:00
parent 4126ec5d2f
commit 47ca07e3a9

View File

@@ -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'))