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

fix from 0.10

parent 6f760af5
No related branches found
No related tags found
No related merge requests found
......@@ -38,9 +38,8 @@ class FileTransferPlugin(FileProcessor):
return srcUrl
def getDestUrl(self, filePath, dataDirectory, storageHost, storageDirectory):
# Use relative path with respect to data directory as a source
if self.dest:
destUrl = '%s/' % (self.dest, srcDir)
destUrl = '%s/' % (self.dest)
else:
destUrl = '%s:%s/' % (storageHost, storageDirectory)
return destUrl
......
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