Skip to content
Snippets Groups Projects
Commit 4536088b authored by sveseli's avatar sveseli
Browse files

debugging sftp

parent 6fc82483
No related branches found
No related tags found
No related merge requests found
...@@ -54,6 +54,9 @@ class GridftpFileTransferPlugin(FileTransferPlugin): ...@@ -54,6 +54,9 @@ class GridftpFileTransferPlugin(FileTransferPlugin):
experimentFilePath = os.path.relpath(filePath, dataDirectory) experimentFilePath = os.path.relpath(filePath, dataDirectory)
storageFilePath = os.path.join(storageDirectory, experimentFilePath) storageFilePath = os.path.join(storageDirectory, experimentFilePath)
storageFilePathDict = storageFilePathsDict.get(storageFilePath) storageFilePathDict = storageFilePathsDict.get(storageFilePath)
self.logger.debug("SRC: %s", filePathDict)
self.logger.debug("DEST: %s", storageFilePathDict)
if not storageFilePathDict: if not storageFilePathDict:
# remote directory does not have the file # remote directory does not have the file
pluginFilePathsDict[filePath] = filePathDict pluginFilePathsDict[filePath] = filePathDict
......
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