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.43 by fanzago, Tue Sep 6 14:55:02 2011 UTC vs.
Revision 1.44 by fanzago, Wed Sep 7 00:25:26 2011 UTC

# Line 98 | Line 98 | class PhEDExDatasvcInfo:
98              ######### second solution ###############
99              self.forced_path = cfg_params.get("USER.caf_lfn", '/store/caf/user')
100              #########################################
101 <            print "--->>> FORCING THE FIRST PART OF LFN WITH ", self.forced_path
101 >            #print "--->>> FORCING THE FIRST PART OF LFN WITH ", self.forced_path
102              self.SE = {'CAF':'caf.cern.ch'}
103              self.srm_version = 'stageout'
104 <            print "--->>> query with 'stageout' "
104 >            #print "--->>> query with 'stageout' "
105              #########################################
106  
107          if not self.usePhedex:
# Line 264 | Line 264 | class PhEDExDatasvcInfo:
264              params = {'node' : self.node , 'lfn': self.lfn , 'protocol': self.protocol}
265              datasvc_lfn2pfn="%s/lfn2pfn"%self.datasvc_url
266              fullurl="%s/lfn2pfn?node=%s&lfn=%s&protocol=%s"%(self.datasvc_url,self.node,self.lfn,self.protocol)
267 <            print "--->>> fullurl = ", fullurl
267 >            #print "--->>> fullurl = ", fullurl
268              domlfn2pfn = self.domPhedex(params,datasvc_lfn2pfn)
269              if not domlfn2pfn :
270                  msg="Unable to get info from %s"%fullurl

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines