Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Fix encoding bug when calling Popen.communicate #138

Closed
wants to merge 1 commit into from

Conversation

peterebden
Copy link

communicate expects a bytes-like thing for input; was erroring out with

memoryview: a bytes-like object is required, not 'str'

Depends on the destination repo whether that codepath is hit or not though so doesn't happen every time.

@jonjohnsonjr
Copy link
Contributor

Landed in #160

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants