mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-22 11:56:49 +01:00
Fix jumbled error output when using Windows spawn fix
(cherry picked from commit 4a3cb1447351c2e915f2beb8c34780d2c6fe3e43)
This commit is contained in:
parent
8f26bc61b5
commit
509c6c37ea
@ -386,6 +386,7 @@ def use_windows_spawn_fix(self, platform=None):
|
||||
startupinfo=startupinfo,
|
||||
shell=False,
|
||||
env=env,
|
||||
text=True,
|
||||
)
|
||||
_, err = proc.communicate()
|
||||
rv = proc.wait()
|
||||
|
Loading…
Reference in New Issue
Block a user