Report afilure to gather metadata for dirtied books

This commit is contained in:
Kovid Goyal 2021-05-23 20:50:42 +05:30
parent 18cc641ea9
commit 3e633713d9
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -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