Skip to content
Snippets Groups Projects
Commit 5663ce54 authored by sveseli's avatar sveseli
Browse files

typo fixed

parent 1c80b680
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ class GridftpFileTransferPlugin(FileTransferPlugin):
ftpUtility = SftpUtility(storageHost)
self.logger.debug("STORAGE DIR: %s", storageDirectory)
self.logger.debug("STORAGE HOST: %s", storageHost)
storageFilePathsDict = ftpUtility.getFiles(storageDirectory, {}, dataDIrectory)
storageFilePathsDict = ftpUtility.getFiles(storageDirectory, {}, dataDirectory)
self.logger.debug("STORAGE PATHS: %s", storageFilePathsDict)
self.logger.debug("ORIG PATHS: %s", filePathsDict)
pluginFilePathsDict = {}
......
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