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

Comparing COMP/CRAB/python/DLSInfo.py (file contents):
Revision 1.1 by afanfani, Mon Nov 7 23:20:21 2005 UTC vs.
Revision 1.2 by afanfani, Tue Nov 8 13:27:55 2005 UTC

# Line 27 | Line 27 | class DLSInfo:
27           cmd = self.DLSclient_+" --host "+self.DLSServer_+" --datablock "+self.fileblocks
28           #print cmd
29           sites = runCommand(cmd)
30 <         ListSites=string.split(sites,'\n')
30 >         ListSites=string.split(string.strip(sites),'\n')
31           return ListSites        

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines