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