mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
2aa8b189c3
commit
0bee3f4bb2
@ -214,7 +214,6 @@ class JobsManager(object):
|
||||
def job_finished(self, job_id):
|
||||
with self.lock:
|
||||
self.finished_jobs[job_id] = job = self.jobs.pop(job_id)
|
||||
self.update_max_block()
|
||||
self.prune_finished_jobs()
|
||||
if job.traceback and not job.was_aborted:
|
||||
logdata = job.read_log()
|
||||
|
Loading…
x
Reference in New Issue
Block a user