Commit e55054c
committed
fix: Resolve UnboundLocalError for is_validator_count_question
- Renamed local variable from is_validator_count_question to is_validator_count_query
- This fixes the conflict where the imported function and local variable had the same name
- Python was treating it as a local variable before assignment, causing UnboundLocalError
Fixes: cannot access local variable 'is_validator_count_question' where it is not associated with a value1 parent dcd8023 commit e55054c
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
464 | 464 | | |
465 | 465 | | |
466 | 466 | | |
467 | | - | |
| 467 | + | |
468 | 468 | | |
469 | 469 | | |
470 | 470 | | |
| |||
985 | 985 | | |
986 | 986 | | |
987 | 987 | | |
988 | | - | |
| 988 | + | |
989 | 989 | | |
990 | 990 | | |
991 | 991 | | |
| |||
3021 | 3021 | | |
3022 | 3022 | | |
3023 | 3023 | | |
3024 | | - | |
| 3024 | + | |
3025 | 3025 | | |
3026 | 3026 | | |
3027 | 3027 | | |
| |||
0 commit comments