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:
Ilya Shakhat
2013-12-24 17:26:37 +04:00
parent 26fb1a1a26
commit 8eea5e3d86
4 changed files with 41 additions and 85 deletions

View File

@@ -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):