mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 03:23:47 +02:00
Avoid unnecessary tracebacks when backing up metadata for deleted books
This commit is contained in:
parent
49eb89a59a
commit
20f414a7f5
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ def do_one(self):
|
|||
|
||||
if mi is None:
|
||||
self.db.clear_dirtied(book_id, sequence)
|
||||
return
|
||||
|
||||
# Give the GUI thread a chance to do something. Python threads don't
|
||||
# have priorities, so this thread would naturally keep the processor
|
||||
|
|
|
|||
Loading…
Reference in a new issue