Skip to content
Snippets Groups Projects
Commit 9f029338 authored by Recolic Keghart's avatar Recolic Keghart
Browse files

reject main input

parent 91c29872
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,8 @@
import traceback
def show_exception_and_exit(exc_type, exc_value, tb):
traceback.print_exception(exc_type, exc_value, tb)
input("Press any key to exit.")
# input("Press any key to exit.")
# PROG BETA calls this program. do not block
sys.exit(-1)
import sys
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment