Commit 25fa9be
committed
Fix is_esl_capable had not attribute verbose
```
Traceback (most recent call last):
File "bash\balt.pyo", line 414, in <lambda>
File "bash\basher\app_buttons.pyo", line 731, in Execute
File "bash\basher\frames.pyo", line 410, in __init__
File "bash\basher\frames.pyo", line 452, in CheckMods
File "bash\bosh\mods_metadata.pyo", line 396, in checkMods
TypeError: is_esl_capable() got an unexpected keyword argument 'verbose'
```1 parent 732dff5 commit 25fa9be
2 files changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
124 | 128 | | |
125 | 129 | | |
126 | 130 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
397 | | - | |
| 397 | + | |
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
| |||
452 | 452 | | |
453 | 453 | | |
454 | 454 | | |
455 | | - | |
| 455 | + | |
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
| |||
0 commit comments