Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added missing import, initialized missing variable #132

Merged
merged 2 commits into from
Jan 9, 2024
Merged

Conversation

nlsfnr
Copy link
Contributor

@nlsfnr nlsfnr commented Dec 21, 2023

The exceptions module was used but not imported.

The next_validator variable was not initialized in a certain code path, resulting in UnboundLocalErrors.

This PR fixes both.

P.s. I noticed my editor removed some trailing whitespace, I can undo that if you like.

@bhch bhch merged commit 051d224 into bhch:master Jan 9, 2024
17 checks passed
@bhch
Copy link
Owner

bhch commented Jan 12, 2024

Hi. Thanks for this PR.

This has been released in v2.21.3. Please update and test it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants