Skip to content

Commit 563ac14

Browse files
committed
fixed error saving
1 parent 2693b9b commit 563ac14

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/window.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,6 @@ def save(self, btn):
365365
dialog.connect("response", self.on_save_file_response)
366366

367367
def on_save_file_response(self, dialog, response):
368-
path = dialog.get_file().get_path()
369-
370368
if response == Gtk.ResponseType.CANCEL:
371369
dialog.destroy()
372370
return

0 commit comments

Comments
 (0)