mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-06-29 19:51:08 +02:00
Wrong use of ISBNDB API
This commit is contained in:
@ -46,4 +46,4 @@ class Command(BaseCommand):
|
||||
except Exception as e:
|
||||
self.stderr.write(self.style.WARNING(
|
||||
"An error occured while importing ISBN {isbn}: {error}"
|
||||
.format(isbn=isbn, error=str(e))))
|
||||
.format(isbn=isbn, error=str(e.__class__) + "(" + str(e) + ")")))
|
||||
|
Reference in New Issue
Block a user