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

Comparing COMP/CRAB/python/Resubmitter.py (file contents):
Revision 1.12 by spiga, Tue May 26 10:23:01 2009 UTC vs.
Revision 1.13 by spiga, Fri May 29 17:11:00 2009 UTC

# Line 24 | Line 24 | class Resubmitter(Submitter):
24          for job in task.jobs:
25              st = job.runningJob['status']
26              nj = job['jobId']
27 <            if st in ['K','A','SE','E','UE','DA','NS']:
27 >            if st in ['K','A','SE','E','DA','NS']:
28                  nj_list.append(int(nj))
29              elif st == 'C':
30                  common.logger.info('Job #'+`int(nj)`+' has status '+str(job.runningJob['statusScheduler'])+' not yet submitted!!!')

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines