Skip to content

Commit

Permalink
Decoded tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnestaP committed Jul 17, 2024
1 parent 5b8717e commit 23892fa
Show file tree
Hide file tree
Showing 2 changed files with 608 additions and 607 deletions.
3 changes: 2 additions & 1 deletion dags/oup/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ def _get_authors(self, article):
"email": email,
"affiliations": full_affiliation,
}
orcid and author.update({"orcid": orcid})
if orcid:
author.update({"orcid": orcid})
authors.append(author)
return authors

Expand Down
Loading

0 comments on commit 23892fa

Please sign in to comment.