Skip to content
Snippets Groups Projects
Commit 4b6475b4 authored by sveseli's avatar sveseli
Browse files

fixed log statement

parents fdb6b6b8 1b7b9673
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ class RsyncFileTransferPlugin(FileTransferPlugin): ...@@ -42,7 +42,7 @@ class RsyncFileTransferPlugin(FileTransferPlugin):
filePathDict = filePathsDict.get(filePath) filePathDict = filePathsDict.get(filePath)
if filePathDict: if filePathDict:
pluginFilePathsDict[filePath] = filePathDict pluginFilePathsDict[filePath] = filePathDict
self.logger.debug('Number of original files: %s, number of plugin files: %s' % (len(filePathsDict), len(pluginFilePathsDict)) self.logger.debug('Number of original files: %s, number of plugin files: %s' % (len(filePathsDict), len(pluginFilePathsDict)))
return pluginFilePathsDict return pluginFilePathsDict
def processFile(self, fileInfo): def processFile(self, fileInfo):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment