From e63154721bf377ec42f1d5de39b74c7d1e1ebb2d Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Thu, 4 Feb 2016 21:49:36 -0500 Subject: entries --> fields (possible confusion with Bibtex.entries) --- writeHTML.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'writeHTML.py') diff --git a/writeHTML.py b/writeHTML.py index 871839a..00b79d6 100755 --- a/writeHTML.py +++ b/writeHTML.py @@ -118,7 +118,7 @@ def writeHTML(f, sections, sectionType, fieldName, choices, def jsonDumper(obj): if isinstance(obj, BibTeX.BibTeXEntry): - e = obj.entries.copy() + e = obj.fields.copy() e['key'] = obj.key return e else: -- cgit v1.2.3-70-g09d2