From b1457f24e67bbd7b3f223d1f8b3dccea08e40c70 Mon Sep 17 00:00:00 2001 From: kulath Date: Fri, 27 Feb 2015 18:23:02 +0000 Subject: [PATCH] 8233: Fix bad handle in explanation note for unknown event --- gramps/plugins/tool/check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/tool/check.py b/gramps/plugins/tool/check.py index f86ffb7ec..f59a6adcf 100644 --- a/gramps/plugins/tool/check.py +++ b/gramps/plugins/tool/check.py @@ -1124,7 +1124,7 @@ class CheckIntegrity(object): 'exist in the database' % {'gid' : family.gramps_id, 'hand' : event_handle}) - make_unknown(event_handle, self.explanation, + make_unknown(event_handle, self.explanation.handle, self.class_event, self.commit_event, self.trans) self.invalid_events.add(key) if none_handle: