diff options
Diffstat (limited to 'resources/unittest_template.py')
-rw-r--r-- | resources/unittest_template.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/resources/unittest_template.py b/resources/unittest_template.py index 7919b5c..755f7cc 100644 --- a/resources/unittest_template.py +++ b/resources/unittest_template.py @@ -77,6 +77,5 @@ try: module = _load_user_module() _main() except Exception: - print("Uncaught exception:\n", file=RESULT) - traceback.print_exc(file=RESULT) + print("Uncaught exception inside runner.", file=RESULT) _exit_sandbox(99)
\ No newline at end of file |