Uncomment some important lines of code
This commit is contained in:
parent
c37fa094a5
commit
bad0c2f777
4
main.py
4
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...")
|
||||
|
|
Loading…
Reference in New Issue
Block a user