Loading cloudcontrol/node/jobs.py +1 −1 Original line number Diff line number Diff line Loading @@ -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.""" Loading Loading
cloudcontrol/node/jobs.py +1 −1 Original line number Diff line number Diff line Loading @@ -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.""" Loading