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