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

Fix Python 3 TypeErrors in t2kdm-maid. #68

Merged
merged 7 commits into from
Nov 8, 2022

Conversation

thecuriousneutrino
Copy link
Collaborator

Python 3 specific errors in maid.py have been fixed: base64.b64encode expects bytes-like objects as its arguments, which I've satisfied using .encode() methods. Also, the output of base64.b64encode must be a string so that it can be concatenated with ".txt", hence the addition of the .decode() method.

@thecuriousneutrino thecuriousneutrino merged commit 74d787a into t2k-software:master Nov 8, 2022
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.

1 participant