Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
geritwagner committed Jan 28, 2025
1 parent 331eabe commit 5ee8bd0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion labot/notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,10 @@ def import_missing_references(missing_references: list, references: dict) -> Non
)
retrieved_record_dict = new_record_object.data

except colrev_exceptions.RecordNotInIndexException:
except (
colrev_exceptions.RecordNotInIndexException,
colrev_exceptions.InvalidPDFException,
):

tei = colrev.env.tei_parser.TEIParser(
environment_manager=environment_manager,
Expand Down

0 comments on commit 5ee8bd0

Please sign in to comment.