ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CRAB/python/KillerServer.py
(Generate patch)

Comparing COMP/CRAB/python/KillerServer.py (file contents):
Revision 1.22 by mcinquil, Mon Sep 1 09:43:56 2008 UTC vs.
Revision 1.23 by mcinquil, Mon Sep 1 09:51:21 2008 UTC

# 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:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines