Uncomment some important lines of code

This commit is contained in:
Maxwell 2024-07-04 19:16:20 +10:00
parent c37fa094a5
commit bad0c2f777

View File

@ -82,7 +82,7 @@ try:
subprocess.run(argList) subprocess.run(argList)
except Exception: except Exception:
print("Command", command, "either doesn't exist, isn't in the path or isn't in this directory.") print("Command", command, "either doesn't exist, isn't in the path or isn't in this directory.")
#except Exception: except Exception:
# print("Looks like there was an error. Exiting...") print("Looks like there was an error. Exiting...")
except KeyboardInterrupt: except KeyboardInterrupt:
print(" detected! Exiting...") print(" detected! Exiting...")