We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86e5839 commit 4408394Copy full SHA for 4408394
UXTU4Unix/Assets/SU.py
@@ -35,8 +35,6 @@ def update():
35
if os.path.exists(zip_file_path):
36
os.remove(zip_file_path)
37
subprocess.Popen(['open', command_file_path])
38
- if kernel == "Darwin":
39
- subprocess.Popen(['open', command_file_path])
40
except Exception as e:
41
print(f"An error occurred: {e}")
42
0 commit comments