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

Comparing COMP/CRAB/python/ResubmitterServer.py (file contents):
Revision 1.1 by spiga, Sat Apr 26 14:42:12 2008 UTC vs.
Revision 1.3 by slacapra, Wed Jun 10 11:40:52 2009 UTC

# Line 8 | Line 8 | class ResubmitterServer(SubmitterServer,
8          self.cfg_params = cfg_params
9  
10          nj_list = []
11 <      
12 <        nj_list = self.checkAlowedJob(jobs,nj_list)
11 >
12 >        # get updated status from server
13 >        try:
14 >            from StatusServer import StatusServer
15 >            stat = StatusServer(self.cfg_params)
16 >            stat.resynchClientSide()
17 >        except:
18 >            pass
19 >
20 >        nj_list = self.checkAllowedJob(jobs,nj_list)
21        
22          SubmitterServer.__init__(self, cfg_params, nj_list, 'range')
23  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines