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

Comparing COMP/CRAB/python/Downloader.py (file contents):
Revision 1.1 by mcinquil, Mon Dec 7 17:30:09 2009 UTC vs.
Revision 1.2 by mcinquil, Mon Dec 7 17:31:01 2009 UTC

# 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines