From ca77610ba90dcf61bd54e89812f1f55126273f38 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 3 Sep 2019 15:11:05 -0700 Subject: fix typo bug in container ES transform --- python/fatcat_tools/transforms/elasticsearch.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python') 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'): -- cgit v1.2.3