Skip to content

Commit

Permalink
minor improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
copernico committed Jul 25, 2024
1 parent f1efef3 commit 6192ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bib2md.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def format_simple(entry_str, order="desc"):
"Warning: Some entries were not processed due to unknown type",
file=sys.stderr,
)
print("List of unprocessed entrie(s):", unprocessed_entries)
print("List of unprocessed entrie(s):", [e for e in unprocessed_entries])

return [entry[1] for entry in formatted_entries]

Expand Down

0 comments on commit 6192ba6

Please sign in to comment.