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.14 by slacapra, Wed Jun 10 11:40:52 2009 UTC vs.
Revision 1.15 by spiga, Fri Jun 12 15:02:51 2009 UTC

# Line 40 | Line 40 | class Resubmitter(Submitter):
40              msg='No jobs to resubmit'
41              raise CrabException(msg)
42  
43 +        common._db.updateJob_(nj_list, [{'closed':'N'}]*len(nj_list))
44          # Get new running instances
45          common._db.newRunJobs(nj_list)
46  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines