Record updater refactoring
Moved together code that updates records after default data changed and code that called during data pulling. Removed unnecessary code. Part of bug 1260696 Change-Id: Ic9b52f84fbf0237669e920541524c4e3e62f09d1
This commit is contained in:
@@ -150,7 +150,7 @@ def update_records(runtime_storage_inst):
|
||||
process_mail_list(mail_list, runtime_storage_inst,
|
||||
record_processor_inst)
|
||||
|
||||
record_processor_inst.finalize()
|
||||
record_processor_inst.update()
|
||||
|
||||
|
||||
def apply_corrections(uri, runtime_storage_inst):
|
||||
|
||||
Reference in New Issue
Block a user