Commit 36a33780 authored by Pado's avatar Pado
Browse files

Open .xlsx file without Windows command window

2 merge requests!2Deleted Source/dist/ASYST.exe, Source/build/main/ASYST.pkg,...,!1Deleted Source/dist/ASYST.exe, Source/build/main/ASYST.pkg,...
Showing with 1 addition and 1 deletion
+1 -1
......@@ -238,7 +238,7 @@ class App(ttk.Frame):
workbook.close()
t.close()
os.system(file_path)
os.startfile(file_path)
def start_progress():
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment