Fix #1154137 (Job progress and status not always updated)

This commit is contained in:
Kovid Goyal 2013-03-13 10:04:57 +05:30
parent 0967513c1a
commit 91ad373d78

View File

@ -179,7 +179,7 @@ class Server(Thread):
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