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.26 by fanzago, Fri Jul 31 16:21:12 2009 UTC vs.
Revision 1.27 by fanzago, Wed Sep 16 15:49:01 2009 UTC

# Line 76 | Line 76 | class PhEDExDatasvcInfo:
76  
77          #extract the PFN for the given node,LFN,protocol
78          endpoint = self.getStageoutPFN()
79 +        ### FEDE added a check for the final /
80 +        if ( endpoint[-1] != '/' ) : endpoint = endpoint + '/'
81 +        ######################################
82    
83          #extract SE name an SE_PATH (needed for publication)
84          SE, SE_PATH, User = self.splitEndpoint(endpoint)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines