* src/SubstKeywords.py (__init__): Typo.
svn: r3165
This commit is contained in:
parent
463ed4af7a
commit
07cba5f931
@ -1,6 +1,7 @@
|
|||||||
2004-05-13 Alex Roitman <shura@alex.neuro.umn.edu>
|
2004-05-13 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||||
* src/RelLib.py (probably_alive): Typos.
|
* src/RelLib.py (probably_alive): Typos.
|
||||||
* src/Plugins.py: Do not pass parent to the reports.
|
* src/Plugins.py: Do not pass parent to the reports.
|
||||||
|
* src/SubstKeywords.py (__init__): Typo.
|
||||||
|
|
||||||
2004-05-12 Alex Roitman <shura@alex.neuro.umn.edu>
|
2004-05-12 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||||
* src/plugins/ChangeTypes.py: Remove Utils.modified() call.
|
* src/plugins/ChangeTypes.py: Remove Utils.modified() call.
|
||||||
|
@ -100,7 +100,7 @@ class SubstKeywords:
|
|||||||
f_id = person.get_family_id_list()[0]
|
f_id = person.get_family_id_list()[0]
|
||||||
f = database.find_family_from_id(f_id)
|
f = database.find_family_from_id(f_id)
|
||||||
father_id = f.get_father_id()
|
father_id = f.get_father_id()
|
||||||
mother_id = f.get_mother_id
|
mother_id = f.get_mother_id()
|
||||||
if father_id == person_id:
|
if father_id == person_id:
|
||||||
if mother_id:
|
if mother_id:
|
||||||
mother = database.find_person_from_id(mother_id)
|
mother = database.find_person_from_id(mother_id)
|
||||||
|
Loading…
Reference in New Issue
Block a user