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

fix delete issue

parent dcfcccfa
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ class RsyncFileTransferPlugin(FileTransferPlugin):
# Remove file
if self.deleteOriginal:
self.logger.debug('Deleting file %s' % filePath)
OsUtility.removeFile(srcUrl)
OsUtility.removeFile(filePath)
def processDirectory(self, directoryInfo):
uploadInfo = directoryInfo.get('uploadInfo')
......
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