mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-20 23:16:16 +01:00
Report afilure to gather metadata for dirtied books
This commit is contained in:
parent
18cc641ea9
commit
3e633713d9
1 changed files with 2 additions and 1 deletions
|
|
@ -1273,7 +1273,8 @@ def get_metadata_for_dump(self, book_id):
|
|||
except:
|
||||
# This almost certainly means that the book has been deleted while
|
||||
# the backup operation sat in the queue.
|
||||
pass
|
||||
import traceback
|
||||
traceback.print_exc()
|
||||
return mi, sequence
|
||||
|
||||
@write_api
|
||||
|
|
|
|||
Loading…
Reference in a new issue