We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Code in module pycsob.utils is leaving unclosed files after verification/signing. The files should be closed when no longer needed.
pycsob.utils
with open(pubkeyfile) as a: key = RSA.importKey(a.read())
pycsob/pycsob/utils.py
Line 21 in aff5c8d
Line 29 in aff5c8d
The text was updated successfully, but these errors were encountered:
fixed TwistoPayments#10
a8efe07
a142130
No branches or pull requests
Code in module
pycsob.utils
is leaving unclosed files after verification/signing. The files should be closed when no longer needed.pycsob/pycsob/utils.py
Line 21 in aff5c8d
pycsob/pycsob/utils.py
Line 29 in aff5c8d
The text was updated successfully, but these errors were encountered: