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

ppt_parser: fix type of decompressed data #450

Merged

Conversation

christian-intra2net
Copy link
Contributor

Another py2/py3-error: returned data is str in py2, bytes in py3

Probably fixes issue #177

@christian-intra2net
Copy link
Contributor Author

Rebased onto current master

Another py2/py3-error: returned data is str in py2, bytes in py3
@decalage2 decalage2 merged commit 03c107c into decalage2:master Sep 10, 2020
decalage2 added a commit that referenced this pull request Sep 14, 2020
@christian-intra2net christian-intra2net deleted the ppt-parser-type-error branch October 22, 2020 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeError: must be str, not bytes in ppt_parser.decompressor.decompress ppt_parser seems broken on Py3
2 participants