Skip to content
Snippets Groups Projects
Verified Commit 250098d1 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

MAINT: Unrelated small fix and typo.

parent 0386153c
Branches
Tags
2 merge requests!73MAINT: change wording of TableImporter argument and allow converters and...,!71MAINT: adapt to new default keyword RECORD in FIND queries
Pipeline #35504 passed
......@@ -212,13 +212,12 @@ class Crawler(object):
new_cont.insert(unique=False)
logger.info("Successfully inserted {} records!".format(len(new_cont)))
all_inserts += len(new_cont)
logger.info("Finished with authorized insertes.")
logger.info("Finished with authorized inserts.")
changes = cache.get_updates(run_id)
for _, _, old, new, _ in changes:
new_cont = db.Container()
new_cont = new_cont.from_xml(new)
new_cont = db.Container.from_xml(new)
ids = []
tmp = db.Container()
update_incomplete = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment