mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Report afilure to gather metadata for dirtied books
This commit is contained in:
parent
18cc641ea9
commit
3e633713d9
@ -1273,7 +1273,8 @@ class Cache(object):
|
|||||||
except:
|
except:
|
||||||
# This almost certainly means that the book has been deleted while
|
# This almost certainly means that the book has been deleted while
|
||||||
# the backup operation sat in the queue.
|
# the backup operation sat in the queue.
|
||||||
pass
|
import traceback
|
||||||
|
traceback.print_exc()
|
||||||
return mi, sequence
|
return mi, sequence
|
||||||
|
|
||||||
@write_api
|
@write_api
|
||||||
|
Loading…
x
Reference in New Issue
Block a user