mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-04-02 09:22:36 +00:00
refactor(shell): fix syntax error
This commit is contained in:
parent
e2e1c9c276
commit
84a7f8af73
@ -115,7 +115,7 @@ class ExecTool(Tool):
|
||||
finally:
|
||||
try:
|
||||
os.waitpid(process.pid, os.WNOHANG)
|
||||
except (ProcessLookupError, ChildProcessError):
|
||||
except (ProcessLookupError, ChildProcessError) as e:
|
||||
logger.debug("Process already reaped or not found: {}", e)
|
||||
return f"Error: Command timed out after {effective_timeout} seconds"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user