mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 06:30:52 +10:00
gui.py: Remove pathlib import
This commit is contained in:
+1
-2
@@ -5,7 +5,6 @@
|
|||||||
import wx
|
import wx
|
||||||
import sys
|
import sys
|
||||||
import webbrowser
|
import webbrowser
|
||||||
from pathlib import Path
|
|
||||||
import subprocess
|
import subprocess
|
||||||
import time
|
import time
|
||||||
|
|
||||||
@@ -1294,7 +1293,7 @@ class wx_python_gui:
|
|||||||
cim_start = subprocess.Popen(
|
cim_start = subprocess.Popen(
|
||||||
[self.constants.oclp_helper_path, "/bin/sh", self.constants.installer_sh_path],
|
[self.constants.oclp_helper_path, "/bin/sh", self.constants.installer_sh_path],
|
||||||
stdout=subprocess.PIPE,
|
stdout=subprocess.PIPE,
|
||||||
# stderr=subprocess.STDOUT
|
stderr=subprocess.STDOUT
|
||||||
)
|
)
|
||||||
|
|
||||||
wx.GetApp().Yield()
|
wx.GetApp().Yield()
|
||||||
|
|||||||
Reference in New Issue
Block a user