From 8448e470807eec2062ea1df548747c477592b137 Mon Sep 17 00:00:00 2001 From: Ali Parlakci Date: Thu, 12 Jul 2018 14:14:54 +0300 Subject: [PATCH] Wait on KeyboardInterrupt --- script.py | 1 - 1 file changed, 1 deletion(-) diff --git a/script.py b/script.py index 8f87542..d831a05 100644 --- a/script.py +++ b/script.py @@ -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())