no message
This commit is contained in:
@@ -55,7 +55,7 @@ public class DownloadSapforTasksPackage extends TestingSystemPass<SapforTasksPac
|
||||
@Override
|
||||
protected void performDone() throws Exception {
|
||||
super.performDone();
|
||||
File packageWorkspace = new File(Global.SapforPackagesDirectory, target.id);
|
||||
File packageWorkspace = SapforTasksPackageInterface.getLocalWorkspace(target);
|
||||
Utils.forceDeleteWithCheck(packageWorkspace);
|
||||
if (passes.get(PassCode_2021.UnzipFolderPass).Do(
|
||||
tmpArchive.getAbsolutePath(),
|
||||
|
||||
Reference in New Issue
Block a user