Fix_Capitalization_of_Family_Names:
change keyword argument to non-key argument
This commit is contained in:
parent
02c239c402
commit
121e81a733
@ -254,7 +254,7 @@ class ChangeNames(tool.BatchTool, ManagedWindow):
|
||||
surn.set_surname(sname)
|
||||
if change:
|
||||
#cursor.update(handle, person.serialize())
|
||||
self.db.commit_person(person, transaction=self.trans)
|
||||
self.db.commit_person(person, self.trans)
|
||||
|
||||
self.db.enable_signals()
|
||||
self.db.request_rebuild()
|
||||
|
Loading…
Reference in New Issue
Block a user