Skip to content

Commit 2c864dc

Browse files
committed
review comments
Signed-off-by: Akihiko Kuroda <akihikokuroda2020@gmail.com>
1 parent a1cabdc commit 2c864dc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

mellea/stdlib/tools/shell.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,10 @@ def execute(self, command: str) -> ExecutionResult:
514514
ExecutionResult: Execution outcome with stdout/stderr and success
515515
flag, or a skipped result on safety check failure, timeout, or
516516
sandbox error.
517+
518+
Raises:
519+
No exceptions are raised; all errors are caught and returned as
520+
skipped results in the ExecutionResult.
517521
"""
518522
validated = self._validate_command(command)
519523
if isinstance(validated, ExecutionResult):

0 commit comments

Comments
 (0)