Skip to content
Snippets Groups Projects
Commit c42b81cb authored by Alfen, T. van (Tanja)'s avatar Alfen, T. van (Tanja)
Browse files

Merge branch 'NoSaveWithoutPath' into 'master'

Better saving

See merge request !14
parents 3d2249bd 73005a48
No related branches found
Tags sprint1
1 merge request!14Better saving
......@@ -68,7 +68,7 @@ class ControllerClass:
"Run comparison first!"
else:
save_path = self.obtain_saving_path_txt()
if save_path != "":
if save_path != ".txt":
self.model.save_txt(save_path)
self.view.message_label["text"] = 'Successfully saved file'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment