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

Comparing COMP/CRAB/python/Killer.py (file contents):
Revision 1.7 by spiga, Sat May 10 13:56:23 2008 UTC vs.
Revision 1.8 by spiga, Mon May 12 15:53:35 2008 UTC

# Line 22 | Line 22 | class Killer(Actor):
22             if ( job.runningJob['status'] in ['SS','R','S']):
23                 toBeKilled.append(job['jobId'])
24             else:
25 <               common.logger.message("Not possible to kill Job #"+str(job['jobId'])+" : Status is "+str(job.runningJob['schedulerStatus']))
25 >               common.logger.message("Not possible to kill Job #"+str(job['jobId'])+" : Status is "+str(job.runningJob['statusScheduler']))
26             pass
27  
28          if len(toBeKilled)>0:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines