diff --git a/src/plugins/view/geoperson.py b/src/plugins/view/geoperson.py index d263658d5..28593d4a8 100644 --- a/src/plugins/view/geoperson.py +++ b/src/plugins/view/geoperson.py @@ -347,6 +347,7 @@ class GeoPerson(GeoGraphyView): fam = dbstate.db.get_family_from_handle(fhandle) handle = fam.get_father_handle() father = dbstate.db.get_person_from_handle(handle) + descr1 = " - " if father: descr1 = "%s - " % _nd.display(father) handle = fam.get_mother_handle()