Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.99
Description
case ProcessFilesMeta.OPERATION_TYPE_DELETE: if (!meta.simulate || !data.sourceFile.delete()) { throw new HopException( BaseMessages.getString( PKG, "ProcessFiles.Error.CanNotDeleteFile", data.sourceFile.toString())); }
So if we're not simulating it throws an error on a delete operation.
Attachments
Issue Links
- links to