Merge pull request #692 from Gluejar/edit-editions

fix bug in edition assignment
pull/43/head
eshellman 2017-08-18 16:39:38 -04:00 committed by GitHub
commit 7639bf8597
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ class BaseScraper(object):
value = identifier_cleaner('isbn')(value) value = identifier_cleaner('isbn')(value)
if value: if value:
isbns[isbn_key] = value isbns[isbn_key] = value
self.identifiers['isbn_{}'] = value self.identifiers[isbn_key] = value
ed_list = [] ed_list = []
if len(isbns): if len(isbns):