removing SetWorkingFile in copy file node as its done in nodeargs

This commit is contained in:
John Andrews
2022-04-11 08:23:03 +12:00
parent 18f7c1fc30
commit 9f0cfb6bad

View File

@@ -117,7 +117,8 @@ namespace FileFlows.BasicNodes.File
}
}
args?.SetWorkingFile(dest);
// not needed as args.CopyFile does this
//args?.SetWorkingFile(dest);
return 1;
}
}