From d2d2b78067af3e025d44f4f399bc78d7ed15d570 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 2 Apr 2020 13:07:52 -0700 Subject: elastic_transform: typo fix --- elastic_transform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elastic_transform.py b/elastic_transform.py index 56e3a0e..38c9ecf 100755 --- a/elastic_transform.py +++ b/elastic_transform.py @@ -74,7 +74,7 @@ def fulltext_to_elasticsearch(row, force_bool=True): if full.get('pdftotext_path'): t['fulltext']['pdftotext_url'] = "/" + full['pdftotext_path'] if full.get('thumbnail_path'): - t['fulltext']['t_thumbnail_url'] = "/" + full['thumbnail_path'] + t['fulltext']['thumbnail_url'] = "/" + full['thumbnail_path'] if full.get('grobid_xml_path'): t['fulltext']['grobid_xml_url'] = "/" + full['grobid_xml_path'] -- cgit v1.2.3