Skip to content

Commit

Permalink
Update _cite/plugins/orcid.py
Browse files Browse the repository at this point in the history
Co-authored-by: Faisal Alquaddoomi <[email protected]>
  • Loading branch information
vincerubinetti and falquaddoomi authored May 30, 2024
1 parent 579bbc2 commit aa1b09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _cite/plugins/orcid.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def query(_id):
source = {"id": f"{id_type}:{id_value}"}

# if not an id type that Manubot can cite, keep citation details
if id_type not in list(manubot_prefixes.keys()):
if id_type not in manubot_prefixes:
# get summaries
summaries = get_safe(work, "work-summary", [])

Expand Down

0 comments on commit aa1b09d

Please sign in to comment.