From df10d79ddec53d2d9353b74137bfc06e59e3628d Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 31 Aug 2020 20:36:06 -0700 Subject: include pkp_pln as a kbart directory in summarization/export/etc --- chocula/database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chocula/database.py b/chocula/database.py index 8997e7e..f70f4a6 100644 --- a/chocula/database.py +++ b/chocula/database.py @@ -829,7 +829,7 @@ class ChoculaDatabase: ): if dextra.get(k) is not None: extra["ia"]["sim"][k] = dextra[k] - elif drow["slug"] in ("lockss", "clockss", "portico", "jstor"): + elif drow["slug"] in ("lockss", "clockss", "portico", "jstor", "pkp_pln"): extra["kbart"] = extra.get("kbart", {}) extra["kbart"][drow["slug"]] = dict(year_spans=dextra["year_spans"]) if dextra.get("abbrev"): -- cgit v1.2.3