debug
svn: r7022
This commit is contained in:
parent
a89718f726
commit
5b939eb1b6
@ -473,6 +473,7 @@ class Person(PrimaryObject,SourceBase,NoteBase,MediaBase,
|
||||
try:
|
||||
return self.event_ref_list[self.birth_ref_index]
|
||||
except IndexError:
|
||||
print self.birth_ref_index, type(self.birth_ref_index)
|
||||
return None
|
||||
|
||||
def get_death_ref(self):
|
||||
|
Loading…
Reference in New Issue
Block a user