Skip to content

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