Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
karacolada committed Aug 2, 2023
1 parent 41ba6d5 commit b07a567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eprints/parse_eprints.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def main(repo, date, local, verbose):
get_paper_list(repo, date, path)
if verbose:
print("Downloaded XML list of publications.")
pdf_dict = {'title': [], 'author_for_reference': [], 'pdf_url': []}
pdf_dict = {'title': [], 'date': [], 'author_for_reference': [], 'pdf_url': []}
for temp_dict in parse_pdf_urls(path):
pdf_dict['title'] += temp_dict['title']
pdf_dict['date'] += temp_dict['date']
Expand Down

0 comments on commit b07a567

Please sign in to comment.