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.2 by spiga, Mon Apr 14 16:36:31 2008 UTC vs.
Revision 1.3 by spiga, Mon Apr 14 16:41:56 2008 UTC

# Line 17 | Line 17 | class Killer(Actor):
17          jStatus=common._db.queryRunJob('status','all')
18  
19          toBeKilled = []
20        print jStatus
20          for id in self.range:
21              if id not in  common._db.nJobs("list"):
22                  common.logger.message("Warning: job # "+str(id)+" doesn't exists! Not possible to kill it.")

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines