Skip to content

Update png fixer script for python3 compatibility#733

Open
onur-g wants to merge 1 commit intoctfs:masterfrom
onur-g:patch-1
Open

Update png fixer script for python3 compatibility#733
onur-g wants to merge 1 commit intoctfs:masterfrom
onur-g:patch-1

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