Commit 5c31d96c authored by Anael Beutot's avatar Anael Beutot
Browse files

Fix notify method of JobManager.

parent bc33ecc3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ class JobManager(object):
    def notify(self, job):
        """Called when a job is done."""
        # by now only remove the job
        self.remove(job)
        self.remove(job.id)

    def cancel(self, job_id):
        """Cancel a job."""