Skip to content

Commit 0f9cae2

Browse files
authored
ingested iwslt 2016 (#1833)
* ingested iwslt 2016
1 parent 4f10f91 commit 0f9cae2

File tree

2 files changed

+292
-1
lines changed

2 files changed

+292
-1
lines changed

bin/anthology/papers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def __init__(self, paper_id, ingest_date, volume, formatter=None, venue_index=No
4747
self.venue_index = venue_index
4848
self._id = paper_id
4949
self._ingest_date = ingest_date
50-
self._bibkey = False
50+
self._bibkey = None
5151
self._citeproc_json = None
5252
self.is_volume = paper_id == "0"
5353

0 commit comments

Comments
 (0)