mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Library backup: Avoid infinite retries if converting metadata to backup OPF for a book fails. Simply fail to backup the metadata for that book. Fixes #1291142 [Memory Error/ Failed to convert to opf for id:](https://bugs.launchpad.net/calibre/+bug/1291142)
This commit is contained in:
parent
737fde279d
commit
0e3362fd4b
@ -93,6 +93,7 @@ class MetadataBackup(Thread):
|
||||
except:
|
||||
prints('Failed to convert to opf for id:', book_id)
|
||||
traceback.print_exc()
|
||||
self.db.clear_dirtied(book_id, sequence)
|
||||
return
|
||||
|
||||
self.wait(self.scheduling_interval)
|
||||
|
Loading…
x
Reference in New Issue
Block a user