mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-08 04:44: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:
|
try:
|
||||||
await aexec(cmd, _, m)
|
await aexec(cmd, _, m)
|
||||||
except Exception:
|
except Exception:
|
||||||
exc = traceback.format_exc()
|
exc = traceback.format_exc(limit=4)
|
||||||
|
|
||||||
stdout = redirected_output.getvalue()
|
stdout = redirected_output.getvalue()
|
||||||
stderr = redirected_error.getvalue()
|
stderr = redirected_error.getvalue()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue