Fix jumbled error output when using Windows spawn fix
This commit is contained in:
parent
1b06b668c9
commit
4a3cb14473
1 changed files with 1 additions and 0 deletions
|
@ -420,6 +420,7 @@ def use_windows_spawn_fix(self, platform=None):
|
||||||
startupinfo=startupinfo,
|
startupinfo=startupinfo,
|
||||||
shell=False,
|
shell=False,
|
||||||
env=env,
|
env=env,
|
||||||
|
text=True,
|
||||||
)
|
)
|
||||||
_, err = proc.communicate()
|
_, err = proc.communicate()
|
||||||
rv = proc.wait()
|
rv = proc.wait()
|
||||||
|
|
Loading…
Reference in a new issue