diff --git a/gramps/plugins/export/exportgedcom.py b/gramps/plugins/export/exportgedcom.py index 0615ca972..a9596a88b 100644 --- a/gramps/plugins/export/exportgedcom.py +++ b/gramps/plugins/export/exportgedcom.py @@ -1343,6 +1343,8 @@ class GedcomWriter(UpdateCallback): """ citation = self.dbase.get_citation_from_handle(citation_handle) + if citation is None: # removed by proxy + return src_handle = citation.get_reference_handle() if src_handle is None: