Commit 120b3c2
refactor: reuse _is_valid_timeout helper for CLI --timeout validation
The _validate_run_options function was inlining the same timeout check
that _is_valid_timeout already encapsulates. This aligns the two
validation sites in cli.py so they use the same helper consistently.
Also removes an unused `buffer` variable in test_agent.py flagged by
ruff (F841).
Co-authored-by: Ralphify <noreply@ralphify.co>1 parent f932017 commit 120b3c2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
432 | | - | |
| 432 | + | |
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
| |||
0 commit comments