Skip to content

Commit

Permalink
don't error for empty citation data
Browse files Browse the repository at this point in the history
  • Loading branch information
hdashnow committed Jan 2, 2024
1 parent df77057 commit 33efc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _cite/cite.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
raise Exception("File not a list of dicts")
except Exception as e:
log(e, 2, "ERROR")
error = True
#error = True
continue

# loop through data entries
Expand Down

0 comments on commit 33efc5a

Please sign in to comment.