mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-03 11:04:51 +00:00
Update dev.py
This commit is contained in:
parent
6ced5514ab
commit
e553710c9d
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue