summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/fatcat_tools/transforms/elasticsearch.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/fatcat_tools/transforms/elasticsearch.py b/python/fatcat_tools/transforms/elasticsearch.py
index 8501f515..be4b5616 100644
--- a/python/fatcat_tools/transforms/elasticsearch.py
+++ b/python/fatcat_tools/transforms/elasticsearch.py
@@ -284,10 +284,10 @@ def container_to_elasticsearch(entity, force_bool=True):
if extra.get('road'):
if extra['road'].get('as_of'):
in_road = True
- if c_extra.get('ezb'):
+ if extra.get('ezb'):
if c_extra['ezb'].get('color') == 'green':
is_oa = True
- if c_extra.get('szczepanski'):
+ if extra.get('szczepanski'):
if c_extra['szczepanski'].get('as_of'):
is_oa = True
if extra.get('default_license'):