From 33efc5ae290d8441616d4833605e7609108bdc17 Mon Sep 17 00:00:00 2001 From: Harriet Dashnow Date: Tue, 2 Jan 2024 11:13:33 -0700 Subject: [PATCH] don't error for empty citation data --- _cite/cite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_cite/cite.py b/_cite/cite.py index 5f8d135..18d268f 100644 --- a/_cite/cite.py +++ b/_cite/cite.py @@ -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