Commit Graph

1 Commits (142732dba907c10d6ed6a187d190f6c0b6ec6c86)

Author SHA1 Message Date
Sam Doran 77f73f6d2a
Use unicode instead of bytes (#46234)
The stdout and stderr values returned from self._low_level_execute() are text, not bytes. This results in an error in Python 3 since str and bytes cannot be concatenated.

Changing to unicode type allows this to work without error on Python 2 and Python 3.
6 years ago