From bad0c2f777866791a025efda0b05170f7281e121 Mon Sep 17 00:00:00 2001 From: max Date: Thu, 4 Jul 2024 19:16:20 +1000 Subject: [PATCH] Uncomment some important lines of code --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 0611012..2a67e97 100755 --- a/main.py +++ b/main.py @@ -82,7 +82,7 @@ try: subprocess.run(argList) except Exception: print("Command", command, "either doesn't exist, isn't in the path or isn't in this directory.") -#except Exception: -# print("Looks like there was an error. Exiting...") +except Exception: + print("Looks like there was an error. Exiting...") except KeyboardInterrupt: print(" detected! Exiting...")