pip helper

This commit is contained in:
dengrb1 2023-04-27 22:27:49 +08:00 committed by GitHub
parent 5d0a0092f3
commit 24b5fc482e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ def windows_run():
def Not_windows_run():
if os.path.exists('{ml}\system_command.exe'):
os.system('python {ml}/Not/system_command.pyw')
os.system('python {ml}/Not/system_command.py')
else:
messagebox.showerror('system', file_error)
pass