From f8042298e1287fd65f9fbd6d801437984f762d30 Mon Sep 17 00:00:00 2001 From: Benny Malengier Date: Sat, 17 Mar 2012 14:09:11 +0000 Subject: [PATCH] 5617: local variable for mother on 'plugins/views/geoperson.py svn: r19076 --- src/plugins/view/geoperson.py | 1 + 1 file changed, 1 insertion(+) 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()