Fix crash in task.imported_items

This commit is contained in:
J0J0 Todos 2026-01-17 10:03:01 +01:00 committed by Šarūnas Nejus
parent f9cf15732c
commit d2600c354c

View file

@ -253,7 +253,7 @@ class ImportTask(BaseImportTask):
):
return self.match.items
else:
assert False
return []
def apply_metadata(self):
"""Copy metadata from match info to the items."""