mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
e31735960b
commit
f9a861b3c8
@ -271,6 +271,8 @@ class SaveWorker(Thread):
|
|||||||
break
|
break
|
||||||
|
|
||||||
for job in jobs:
|
for job in jobs:
|
||||||
|
if not job.result:
|
||||||
|
continue
|
||||||
for id_, title, ok, tb in job.result:
|
for id_, title, ok, tb in job.result:
|
||||||
if id_ in ids:
|
if id_ in ids:
|
||||||
self.result_queue.put((id_, title, ok, tb))
|
self.result_queue.put((id_, title, ok, tb))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user