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