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 @@ class Cache(object):
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