Skip to content

Commit

Permalink
Fix jumbled error output when using Windows spawn fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomShaper committed Aug 12, 2022
1 parent 1b06b66 commit 4a3cb14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ def mySubProcess(cmdline, env):
startupinfo=startupinfo,
shell=False,
env=env,
text=True,
)
_, err = proc.communicate()
rv = proc.wait()
Expand Down

0 comments on commit 4a3cb14

Please sign in to comment.