You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# output_file = f"{input_file}{'_'+str(n) if n > 0 else ''}.cha"
82
+
# while 1:
83
+
# output_file = f"{input_file}{'_'+str(n) if n > 0 else ''}.cha"
84
+
# if not os.path.exists(output_file):
85
+
# break
86
+
# n += 1
87
+
# chat.write(output_file, write_wor=False)
64
88
print(f"Wrote to {output_file}", flush=True)
65
-
try:
66
-
os.startfile(output_file)
67
-
except:
68
-
pass
89
+
# try:
90
+
# os.startfile(output_file)
91
+
# except:
92
+
# pass
69
93
# this is process blocking so we dont do it for now
70
94
# return spawn_popup_activity(title="COMPLETED!",message=f"Completed transcription of\n{input_file}\nOutput file can be found here:\n{output_file}\nOpen file now?", yes=lambda: os.startfile(output_file))
0 commit comments