Skip to content

Commit

Permalink
remove break
Browse files Browse the repository at this point in the history
  • Loading branch information
marinadamato committed Aug 28, 2024
1 parent 039c2d7 commit 506b726
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/automatic_update/update_bibfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ def update_citation_count(diag_bib_raw):
sch = SemanticScholar(timeout=40)
sch.timeout=40
for ind, entry in enumerate(diag_bib_raw):
break
# print('checking citations', ind, 'of', num_entries)
flag=0
if entry.type == 'string':
Expand Down

0 comments on commit 506b726

Please sign in to comment.