mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 14:10:51 +10:00
gui.py: Reroute stderr
This commit is contained in:
+2
-2
@@ -859,7 +859,7 @@ class wx_python_gui:
|
|||||||
process = subprocess.Popen(
|
process = subprocess.Popen(
|
||||||
args,
|
args,
|
||||||
stdout=subprocess.PIPE,
|
stdout=subprocess.PIPE,
|
||||||
stderr=subprocess.PIPE
|
stderr=subprocess.STDOUT
|
||||||
)
|
)
|
||||||
wx.GetApp().Yield()
|
wx.GetApp().Yield()
|
||||||
while True:
|
while True:
|
||||||
@@ -950,7 +950,7 @@ class wx_python_gui:
|
|||||||
process = subprocess.Popen(
|
process = subprocess.Popen(
|
||||||
args,
|
args,
|
||||||
stdout=subprocess.PIPE,
|
stdout=subprocess.PIPE,
|
||||||
stderr=subprocess.PIPE
|
stderr=subprocess.STDOUT
|
||||||
)
|
)
|
||||||
wx.GetApp().Yield()
|
wx.GetApp().Yield()
|
||||||
while True:
|
while True:
|
||||||
|
|||||||
Reference in New Issue
Block a user