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

Comparing COMP/CRAB/python/PhEDExDatasvcInfo.py (file contents):
Revision 1.7 by fanzago, Thu Oct 9 10:51:37 2008 UTC vs.
Revision 1.8 by spiga, Thu Oct 9 11:23:05 2008 UTC

# Line 33 | Line 33 | class PhEDExDatasvcInfo:
33          if self.user_lfn:
34              if ( self.user_lfn[-1] != '/' ) : self.user_lfn = self.user_lfn + '/'
35              
36 +        self.user_port = cfg_params.get("USER.storage_port",'8443')
37          self.user_se_path = cfg_params.get("USER.storage_path",'')
38          if self.user_se_path:
39              if ( self.user_se_path[-1] != '/' ) : self.user_se_path = self.user_se_path + '/'
# Line 210 | Line 211 | class PhEDExDatasvcInfo:
211                  msg+='       OriginalSubmission: stageout path is not retrieved from %s \n'%fullurl
212                  raise CrabException(msg)
213          else:
214 <            stageoutpfn = 'srm://'+self.node+':8443'+self.user_se_path+self.lfn
214 >            stageoutpfn = 'srm://'+self.node+':'self.user_port+self.user_se_path+self.lfn
215  
216          return stageoutpfn
217  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines