make report cope better with privacy proxy

This commit is contained in:
Paul Franklin 2016-05-27 09:21:51 -07:00
parent 43550a9a52
commit 51d21522ce

View File

@ -739,6 +739,8 @@ class IndivCompleteReport(Report):
for count, person_handle in enumerate(ind_list):
self.person = self._db.get_person_from_handle(person_handle)
if self.person is None:
continue
self.family_notes_list = []
self.write_person(count)