Commit 5483449
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 5483449
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| |||
468 | 468 | | |
469 | 469 | | |
470 | 470 | | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
471 | 475 | | |
472 | 476 | | |
473 | 477 | | |
| |||
0 commit comments