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)
|
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...")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user