# | Line 33 | Line 33 | class KillerServer(Actor, StatusServer): | |
---|---|---|
33 | toBeKilled = [] | |
34 | toSetKilling = [] | |
35 | for job in task.jobs: | |
36 | < | if job.runningJob['status'] not in ['C','E','KK','SK','K','SU','SA','SSE']: |
36 | > | if job.runningJob['status'] not in ['C','E','KK','K','SU','SA','SSE']: |
37 | toBeKilled.append(job['jobId']) | |
38 | if job.runningJob['status'] != 'SD': toSetKilling.append(job['jobId']) | |
39 | else: |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |