mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
fix(security): remove full traceback from cron error output to prevent info leakage
This commit is contained in:
parent
daa4a5acdd
commit
5ff514ec79
1 changed files with 0 additions and 2 deletions
|
|
@ -644,8 +644,6 @@ def run_job(job: dict) -> tuple[bool, str, str, Optional[str]]:
|
|||
|
||||
```
|
||||
{error_msg}
|
||||
|
||||
{traceback.format_exc()}
|
||||
```
|
||||
"""
|
||||
return False, output, "", error_msg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue