We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64576f8 commit bcb87edCopy full SHA for bcb87ed
test/util.py
@@ -41,7 +41,7 @@ def pquery(command, stdin=None, **kwargs):
41
if proc.returncode != 0:
42
raise ProcessException(proc.returncode)
43
44
- return stdout
+ return stdout.decode("utf-8")
45
46
# Directory navigation
47
@contextlib.contextmanager
0 commit comments