Skip to content

Commit

Permalink
citation count by id script: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanhb committed Dec 12, 2023
1 parent 68039a6 commit 7caa2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/citation_count_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
for cited in citation_count_by_id:
writer.writerow([cited,str(citation_count_by_id[cited])])

print(f'New CSV file with the citation counts "{args.output_file}" has been created.')
print(f'New CSV file with the citation counts "{args.out}" has been created.')

0 comments on commit 7caa2a7

Please sign in to comment.