Skip to content

Commit

Permalink
add missing branch
Browse files Browse the repository at this point in the history
  • Loading branch information
xlcnd committed Jan 22, 2020
1 parent 984aec0 commit 7745bfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions isbnlib/_goob.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ def _records(isbn, data):
LOGGER.debug('ISBNNotConsistentError for %s (%s)', isbn, repr(ids))
raise ISBNNotConsistentError('{0} not in {1}'.format(
isbn, repr(ids)))
else:
return {}
# map canonical <- records
return _mapper(isbn, recs)

Expand Down

0 comments on commit 7745bfe

Please sign in to comment.