mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 07:33:12 +02:00
Fix #1154137 (Job progress and status not always updated)
This commit is contained in:
parent
0967513c1a
commit
91ad373d78
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ def run(self):
|
|||
try:
|
||||
n = worker.notifications.get_nowait()
|
||||
worker.job.notifications.put(n)
|
||||
self.changed_jobs_queue.put(job)
|
||||
self.changed_jobs_queue.put(worker.job)
|
||||
except Empty:
|
||||
break
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue