Fix Travis build
This commit is contained in:
parent
7c54c9fd2e
commit
ab27d96f96
@ -173,7 +173,7 @@ def isbn2Bib(isbn):
|
||||
try:
|
||||
return isbnlib.registry.bibformatters['bibtex'](isbnlib.meta(isbn,
|
||||
'default'))
|
||||
except (isbnlib.ISBNLibException, isbnlib.ISBNToolsException, TypeError):
|
||||
except (isbnlib.ISBNLibException, TypeError):
|
||||
return ''
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
@book{9780198507192,
|
||||
title = {Bose-Einstein Condensation},
|
||||
author = {Lev. P. Pitaevskii and Sandro Stringari},
|
||||
author = {Lev. P. Pitaevskii and S. Stringari},
|
||||
isbn = {9780198507192},
|
||||
year = {2004},
|
||||
publisher = {Clarendon Press}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user