From 95a0216287de135427fcd0ba87eafcb00a1634ce Mon Sep 17 00:00:00 2001 From: SNoiraud Date: Mon, 16 Sep 2019 22:36:58 +0200 Subject: [PATCH] Duplicate marriage --- gramps/plugins/webreport/webcal.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gramps/plugins/webreport/webcal.py b/gramps/plugins/webreport/webcal.py index 0328cd8dc..8e1ee91d3 100644 --- a/gramps/plugins/webreport/webcal.py +++ b/gramps/plugins/webreport/webcal.py @@ -1425,7 +1425,8 @@ class WebCalReport(Report): if father_handle == person.handle: spouse_handle = mother_handle else: - spouse_handle = father_handle + continue # with next person if this was + # the marriage event if spouse_handle: spouse = db.get_person_from_handle(spouse_handle) if spouse: