From 352502ee34fe8a86505fa17e63d6ae33a6d6d40f Mon Sep 17 00:00:00 2001 From: Serge Noiraud Date: Tue, 26 Apr 2011 14:23:36 +0000 Subject: [PATCH] geography : varible referenced before assignment svn: r17275 --- src/plugins/view/geofamily.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/view/geofamily.py b/src/plugins/view/geofamily.py index 839d2032c..fc5f7099c 100644 --- a/src/plugins/view/geofamily.py +++ b/src/plugins/view/geofamily.py @@ -199,6 +199,7 @@ class GeoFamily(GeoGraphyView): dbstate.db.find_backlink_handles(event.handle) if ref_type == 'Family' ] + fnam = mnam = "" if family_list: for family in family_list: handle = family.get_father_handle()