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

variable referenced before assignment. #241

Closed
testtubeme opened this issue Apr 5, 2021 · 1 comment · Fixed by #245
Closed

variable referenced before assignment. #241

testtubeme opened this issue Apr 5, 2021 · 1 comment · Fixed by #245

Comments

@testtubeme
Copy link

except ValueError:
res.append(u'{0} Decoding code: {1}'.format(e, code))

needs

except ValueError as e:
@frozencemetery
Copy link
Member

Hi, if you'd like this fixed sooner, feel free to submit a pull request :) Otherwise I'll get to it when I have a bit more time to look.

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 a pull request may close this issue.

2 participants