From fc89e4daaaca7f2e000ca07a1c9fbe39b6f46f21 Mon Sep 17 00:00:00 2001 From: Oliver Lehmann Date: Thu, 7 Sep 2023 18:32:25 +0200 Subject: [PATCH] format --- gramps/plugins/tool/verify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/tool/verify.py b/gramps/plugins/tool/verify.py index 768c8fcf38..82abda63bc 100644 --- a/gramps/plugins/tool/verify.py +++ b/gramps/plugins/tool/verify.py @@ -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()