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.8 by spiga, Thu Jun 12 18:46:16 2008 UTC vs.
Revision 1.9 by spiga, Fri Jul 4 14:12:10 2008 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','EE']:
27 >            if st in ['K','A','SE','E','UE']:
28                  nj_list.append(int(nj))
29              elif st == 'C':
30                  common.logger.message('Job #'+`int(nj)`+' has status '+str(job.runningJob['statusScheduler'])+' not yet submitted!!!')

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines