# | Line 14 | Line 14 | class Downloader: | |
---|---|---|
14 | ||
15 | def downloadConfig(self, cacheFile, type = "txt/csv"): | |
16 | self.wmcorecache['type'] = type | |
17 | < | common.logger.debug("Downloading file [%s] to [%s]." %(str(self.wmcorecache['endpoint']),(str(self.wmcorecache['cachepath'])+cacheFile))) |
17 | > | common.logger.debug("Downloading file [%s] to [%s]." %(str(self.wmcorecache['endpoint']),(str(self.wmcorecache['cachepath'])+"/"+cacheFile))) |
18 | servo = Service( self.wmcorecache ) | |
19 | return servo.refreshCache( cacheFile, cacheFile ) | |
20 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |