Update dev.py

This commit is contained in:
yasirarism 2023-03-21 07:02:04 +07:00 committed by GitHub
parent 6ced5514ab
commit e553710c9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -157,7 +157,7 @@ async def evaluation_cmd_t(_, m):
try:
await aexec(cmd, _, m)
except Exception:
exc = traceback.format_exc()
exc = traceback.format_exc(limit=4)
stdout = redirected_output.getvalue()
stderr = redirected_error.getvalue()