From 4891e854a6e27075233a530e4782b1750c4e35dc Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 29 Jun 2020 21:46:51 -0700 Subject: fix lint errors (and some small bugs) --- fatcat_scholar/schema.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'fatcat_scholar/schema.py') diff --git a/fatcat_scholar/schema.py b/fatcat_scholar/schema.py index d3cc1fe..725764e 100644 --- a/fatcat_scholar/schema.py +++ b/fatcat_scholar/schema.py @@ -346,8 +346,7 @@ def es_biblio_from_release(release: ReleaseEntity) -> ScholarBiblio: license_slug=release.license_slug, publisher=publisher, container_name=container_name, - # XXX: prod hack? container_original_name=container_original_name, - container_original_name=None, + container_original_name=container_original_name, container_ident=container_ident, container_type=container_type, container_issnl=container_issnl, -- cgit v1.2.3