Wait on KeyboardInterrupt

This commit is contained in:
Ali Parlakci
2018-07-12 14:14:54 +03:00
parent 39f2c73f4c
commit 8448e47080

View File

@@ -654,7 +654,6 @@ if __name__ == "__main__":
if GLOBAL.directory is None:
GLOBAL.directory = Path(".\\")
print("\nQUITTING...")
sys.exit()
except Exception as exception:
logging.error("Runtime error!", exc_info=full_exc_info(sys.exc_info()))
print(log_stream.getvalue())