mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-30 21:30:05 -06:00
removing SetWorkingFile in copy file node as its done in nodeargs
This commit is contained in:
@@ -117,7 +117,8 @@ namespace FileFlows.BasicNodes.File
|
||||
}
|
||||
}
|
||||
|
||||
args?.SetWorkingFile(dest);
|
||||
// not needed as args.CopyFile does this
|
||||
//args?.SetWorkingFile(dest);
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user