# | Line 53 | Line 53 | class DLSInfo: | |
---|---|---|
53 | raise CrabException(msg) | |
54 | ||
55 | common.logger.debug(5,"DLS interface: %s Server %s"%(type,endpoint)) | |
56 | – | print "DLS interface: %s Server %s"%(type,endpoint) |
56 | try: | |
57 | self.api = dlsClient.getDlsApi(dls_type=type,dls_endpoint=endpoint) | |
58 | except dlsApi.DlsApiError, inst: | |
# | Line 67 | Line 66 | class DLSInfo: | |
66 | query DLS to get replicas | |
67 | """ | |
68 | ## | |
70 | – | entryList=self.api.getLocations([fileblocks]) |
69 | try: | |
70 | entryList=self.api.getLocations([fileblocks]) | |
71 | except dlsApi.DlsApiError, inst: |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |