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