Skip to content

Commit 6a4079c

Browse files
committed
..
1 parent 3e388af commit 6a4079c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ccompass/main_gui.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1639,7 +1639,7 @@ def _handle_session_save(self):
16391639
self.app_settings.save()
16401640

16411641
with wait_cursor(self.main_window):
1642-
if filename.endswith(".ccompass"):
1642+
if str(filename).endswith(".ccompass"):
16431643
self.model.to_zip(filename)
16441644
else:
16451645
self.model.to_numpy(filename)

0 commit comments

Comments
 (0)