Commit 669c984
fix(review): guard step.with_args before subscripting in test_check_flake_loop_step_exists
If a run_python step has no with: block, step.with_args is None and
subscripting it raises TypeError instead of a clear AssertionError.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 2dc9d35 commit 669c984
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
278 | 281 | | |
279 | 282 | | |
280 | 283 | | |
| |||
0 commit comments