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...")