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

Cast str and encode checksums for python 3 #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

graham13
Copy link

In addition to these changes, line 153 in toolchain.py throws “Type str doesn't support the buffer API”. It wasn't obvious to me what else needed to be cast as a string, so I tried replacing 153 in toolchain.py with "lines = join_continued_lines(str(stdout.split("\n")))" and 29 in tools.py with "return str(result)", and the same error came up both times.

Base automatically changed from master to main March 8, 2021 05:00
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