Fixed syntax error
svn: r1297
This commit is contained in:
parent
695688b357
commit
8092878181
@ -185,7 +185,7 @@ class FamilyView:
|
||||
def add_child_clicked(self,obj):
|
||||
if not self.person:
|
||||
return
|
||||
try:x
|
||||
try:
|
||||
SelectChild.SelectChild(self.parent.db, self.family,
|
||||
self.person, self.load_family,
|
||||
self.parent.update_person_list)
|
||||
|
Loading…
Reference in New Issue
Block a user