From 75787c847806b5df9269e3b277cba3340f76b264 Mon Sep 17 00:00:00 2001 From: Benny Malengier Date: Tue, 19 May 2009 08:44:03 +0000 Subject: [PATCH] 2995: Unable to produce Narrated Web Site using filter and privacy settings svn: r12544 --- 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 b8cc4bc0c..18bbdc0ce 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: