Commit 42f2331
committed
Fix F821: Add missing scenario_name definition
- scenario_name was used at line 494 but never defined
- Added: scenario_name = args.test.stem (line 472)
- This fixes the PEP8 F821 error in PR 375
- Matches master branch implementation1 parent aaa366d commit 42f2331
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
468 | 468 | | |
469 | 469 | | |
470 | 470 | | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
471 | 475 | | |
472 | 476 | | |
473 | 477 | | |
| |||
0 commit comments