|
@@ -278,8 +278,8 @@ public class SceneDownloadHandlerServiceImpl {
|
|
|
this.updateProgress( null, num, SceneDownloadProgressStatus.DOWNLOAD_FAILED.code(), null, "v4");
|
|
|
throw e;
|
|
|
}finally {
|
|
|
-// FileUtil.del(zipPath);
|
|
|
-// FileUtil.del(String.format(this.sourceLocal, num, ""));
|
|
|
+ FileUtil.del(zipPath);
|
|
|
+ FileUtil.del(String.format(this.sourceLocal, num, ""));
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -355,8 +355,8 @@ public class SceneDownloadHandlerServiceImpl {
|
|
|
this.updateProgress( null, num, SceneDownloadProgressStatus.DOWNLOAD_FAILED.code(), null, "v3");
|
|
|
throw e;
|
|
|
}finally {
|
|
|
-// FileUtil.del(zipPath);
|
|
|
-// FileUtil.del(String.format(this.sourceLocal, num, ""));
|
|
|
+ FileUtil.del(zipPath);
|
|
|
+ FileUtil.del(String.format(this.sourceLocal, num, ""));
|
|
|
}
|
|
|
}
|
|
|
|