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

Comparing COMP/CRAB/python/DBinterface.py (file contents):
Revision 1.52 by spiga, Mon Dec 8 21:39:39 2008 UTC vs.
Revision 1.53 by mcinquil, Thu Feb 5 15:44:02 2009 UTC

# Line 337 | Line 337 | class DBinterface:
337                      rForJ = r
338                      break
339              ## Check the submission number and create new running jobs on the client side
340 <            if rForJ.getAttribute('resubmit') != 'None' and (rForJ.getAttribute('status') not in ['Cleared','Killed','Done','Done (Failed)']) :
340 >            if rForJ.getAttribute('resubmit') != 'None' and (rForJ.getAttribute('status') not in ['Cleared','Killed','Done','Done (Failed)','Not Submitted']) :
341                  if int(job.runningJob['submission']) < int(rForJ.getAttribute('resubmit')) + 1:
342                      nj_list.append(id)
343              if len(nj_list) > 0: self.newRunJobs(nj_list)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines