# | 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.") |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |