aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/transforms.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/fatcat_tools/transforms.py')
-rw-r--r--python/fatcat_tools/transforms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_tools/transforms.py b/python/fatcat_tools/transforms.py
index fc079382..7eb35c4f 100644
--- a/python/fatcat_tools/transforms.py
+++ b/python/fatcat_tools/transforms.py
@@ -295,7 +295,7 @@ def container_to_elasticsearch(entity):
t['in_sherpa_romeo'] = in_sherpa_romeo
t['is_oa'] = in_doaj or in_road or is_longtail_oa or is_oa
t['is_longtail_oa'] = is_longtail_oa
- t['any_kbart'] = any_ia_sim
+ t['any_kbart'] = any_kbart
t['any_jstor'] = any_jstor
t['any_ia_sim'] = bool(any_ia_sim)
return t