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.3 by slacapra, Wed Jun 10 11:40:52 2009 UTC vs.
Revision 1.3.2.1 by spiga, Tue Oct 13 08:28:31 2009 UTC

# Line 7 | Line 7 | class ResubmitterServer(SubmitterServer,
7      def __init__(self, cfg_params, jobs):
8          self.cfg_params = cfg_params
9  
10 +        self.copy_data = int(cfg_params.get('USER.copy_data',0))
11 +        self.check_RemoteDir =  int(cfg_params.get('USER.check_user_remote_dir',0))
12 +
13          nj_list = []
14  
15          # get updated status from server

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines