# | 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) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |