We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb01ba2 commit 6b0dba5Copy full SHA for 6b0dba5
snekbox/nsjail.py
@@ -289,7 +289,7 @@ def python3(
289
args, None, "TimeoutError: Exceeded time limit while parsing attachments"
290
)
291
except Exception as e:
292
- log.error(f"Unexpected {type(e).__name__} while parse attachments: {e}")
+ log.exception(f"Unexpected {type(e).__name__} while parse attachments", exc_info=e)
293
return EvalResult(
294
args, None, "FileParsingError: Unknown error while parsing attachments"
295
0 commit comments