diff --git a/gramps/plugins/graph/gvrelgraph.py b/gramps/plugins/graph/gvrelgraph.py index d4937c85e..677f70c85 100644 --- a/gramps/plugins/graph/gvrelgraph.py +++ b/gramps/plugins/graph/gvrelgraph.py @@ -291,6 +291,8 @@ class RelGraphReport(Report): def __add_family(self, fam_handle): """Add a node for a family and optionally link the spouses to it""" fam = self.database.get_family_from_handle(fam_handle) + if fam is None: # perhaps from privacy proxy + return fam_id = fam.get_gramps_id() label = ""