Skip to content
Snippets Groups Projects
Commit ed25b6bd authored by Alexandros Asonitis's avatar Alexandros Asonitis
Browse files

fix in the release version

parent 56ddcac6
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ def on_save_plot_button_clicked(b):
#check if the file path is correct(.txt)
while file.endswith(".png") == False:
#open again filedialog with error message box
answer = tk.messagebox.askyesno(message = "Do you want file operation?")
answer = tk.messagebox.askyesno(message = "Do you want to cancel the file operation?")
if answer == True:
file = None
break
......
......@@ -38,7 +38,7 @@ def create_file(filename):
#check if the file path is correct(.txt)
while file.endswith(".txt") == False:
#open again filedialog with error message box
answer = tk.messagebox.askyesno(message = "Do you want file operation?")
answer = tk.messagebox.askyesno(message = "Do you want to cancel the file operation?")
if answer == True:
file = None
break
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment