Loading cloudcontrol/server/jobsinterface.py +0 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,6 @@ class ServerJobsManagerInterface(JobsManagerInterface): def on_job_updated(self, job): tql_object = self._jobs[job.id] for name in self.TAG_ATTRIBUTES: value = getattr(job, name, None) if value is None: Loading Loading
cloudcontrol/server/jobsinterface.py +0 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,6 @@ class ServerJobsManagerInterface(JobsManagerInterface): def on_job_updated(self, job): tql_object = self._jobs[job.id] for name in self.TAG_ATTRIBUTES: value = getattr(job, name, None) if value is None: Loading