Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
OlliL committed Sep 7, 2023
1 parent f5578a4 commit fc89e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gramps/plugins/tool/verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ def close(self, *obj):
"""close the dialog and write out the file"""
new_ignores = self.get_new_marking()
self.save_ignored(new_ignores)

ManagedWindow.close(self, *obj)
self.closeall()

Expand Down

0 comments on commit fc89e4d

Please sign in to comment.