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

Update png fixer script for python3 compatibility #733

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

Update png fixer script for python3 compatibility #733

wants to merge 1 commit into from

Conversation

onur-g
Copy link

@onur-g onur-g commented Aug 19, 2020

Fixed print statements and used encode(‘ascii’) for ASCII encoding to avoid relying on no longer implicit conversion between unicode (str) type and bytes objects (or decode to get a string) which inhibits use of unicode str objects as arguments in functions that demand byte type or concatenation in such cases

Fixed print statements and used encode(‘ascii’) for ASCII encoding to avoid relying on no longer implicit conversion between unicode (str) type and bytes objects (or decode to get a string) which inhibits use of unicode str objects as arguments in functions that demand byte type or concatenation in such cases
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