SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit b3474151 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Correct typo

parent 96c644c9
No related branches found
No related tags found
No related merge requests found
...@@ -759,7 +759,7 @@ def harvest_citedby_links(request, doi_string): ...@@ -759,7 +759,7 @@ def harvest_citedby_links(request, doi_string):
prefix + 'journal_abbreviation').text prefix + 'journal_abbreviation').text
try: try:
volume = link.find(prefix + 'journal_cite').find(prefix + 'volume').text volume = link.find(prefix + 'journal_cite').find(prefix + 'volume').text
except AttibuteError: except AttributeError:
volume = None volume = None
try: try:
first_page = link.find(prefix + 'journal_cite').find(prefix + 'first_page').text first_page = link.find(prefix + 'journal_cite').find(prefix + 'first_page').text
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment