From b5f8ec17172e4e81790bc741cc1a02a76fcb45cb Mon Sep 17 00:00:00 2001 From: Benny Malengier Date: Tue, 19 May 2009 08:43:51 +0000 Subject: [PATCH] 2995: Unable to produce Narrated Web Site using filter and privacy settings svn: r12543 --- src/gen/proxy/living.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gen/proxy/living.py b/src/gen/proxy/living.py index 5ef2eeb61..a7f4621da 100644 --- a/src/gen/proxy/living.py +++ b/src/gen/proxy/living.py @@ -153,7 +153,7 @@ class LivingProxyDb(ProxyDbBase): If no such Person exists, None is returned. """ person = self.db.get_person_from_gramps_id(val) - if self.__is_living(person): + if person and self.__is_living(person): if self.mode == self.MODE_EXCLUDE_ALL: return None else: