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