Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnestaP committed Dec 15, 2023
1 parent d572da4 commit dcba851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/hindawi/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def _get_arxiv(self, article: ET.Element):
self.prefixes,
)
if not arxivs:
self.logger.error("No arxiv _get_arxiv found.")
self.logger.error("No arxiv id found.")
return None

return [
Expand Down

0 comments on commit dcba851

Please sign in to comment.