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

Prevent a TypeError Exception #24

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

Conversation

stratosgear
Copy link

Under my Python 3.6.6 env I get a:

TypeError: must be str, not bytes

without this fix.

Under my Python 3.6.6 env I get a:

```
TypeError: must be str, not bytes
```
without this fix.
@yuja
Copy link
Collaborator

yuja commented Mar 31, 2019

It doesn't look correct to enforce the encoding of the process I/O. Maybe we'll need to
translate serr back to a unicode string. (or simply use %r instead of %s to ditch the TypeError.)

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.

2 participants