fix: harden workflow demo and evaluation tooling
This commit is contained in:
@@ -154,7 +154,7 @@ def main(argv: list[str] | None = None) -> int:
|
||||
)
|
||||
else:
|
||||
print(_display_command(command))
|
||||
except ValueError as exc:
|
||||
except (OSError, ValueError) as exc:
|
||||
parser.error(str(exc))
|
||||
return 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user