Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Recolic Keghart
product-uniqer
Commits
9f029338
Commit
9f029338
authored
Feb 22, 2020
by
Recolic Keghart
🎱
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reject main input
parent
91c29872
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
main.py
main.py
+2
-1
No files found.
main.py
View file @
9f029338
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment