fix merge conflict

This commit is contained in:
mungai-njoroge
2024-03-27 08:39:30 +03:00
19 changed files with 161 additions and 12 deletions
+3 -2
View File
@@ -59,7 +59,8 @@ def rebuild_store(db_dirs: list[str]):
try:
populate.Populate(instance_key=instance_key)
except populate.PopulateCancelledError:
except populate.PopulateCancelledError as e:
print(e)
reload_everything(instance_key)
return
@@ -68,7 +69,7 @@ def rebuild_store(db_dirs: list[str]):
log.info("Rebuilding library... ✅")
# I freaking don't know what this function does anymore
# I freaking don't know what this function does anymore
def finalize(new_: list[str], removed_: list[str], db_dirs_: list[str]):
"""
Params: