From fa26216839fb318b7fff0a569c434ead5b8a3ed0 Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Wed, 1 Jul 2015 17:18:49 -0700 Subject: [PATCH] 8677: Narrated Web report failed --- gramps/plugins/webreport/narrativeweb.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gramps/plugins/webreport/narrativeweb.py b/gramps/plugins/webreport/narrativeweb.py index cb778ab2d..f887ae111 100644 --- a/gramps/plugins/webreport/narrativeweb.py +++ b/gramps/plugins/webreport/narrativeweb.py @@ -7449,6 +7449,8 @@ class NavWebReport(Report): def _add_place(self, place_handle, bkref_class, bkref_handle): place = self.database.get_place_from_handle(place_handle) + if place is None: + return place_name = _pd.display(self.database, place) place_fname = self.build_url_fname(place_handle, "plc", False) + self.ext