no message
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package Visual_DVM_2021.Passes.All;
|
||||
import Common.Utils.CommonUtils;
|
||||
import _VisualDVM.Global;
|
||||
import Common_old.Utils.Utils;
|
||||
import ProjectData.Files.DBProjectFile;
|
||||
import ProjectData.Files.FileType;
|
||||
import Repository.Component.Sapfor.TransformationPermission;
|
||||
@@ -40,7 +39,7 @@ public class PrepareForModulesAssembly extends Transformation {
|
||||
protected void body() throws Exception {
|
||||
File total = Paths.get(target.last_version.Home.getAbsolutePath(), "total.for").toFile();
|
||||
while (total.exists()) {
|
||||
total = Paths.get(target.last_version.Home.getAbsolutePath(), Utils.getDateName("total") + ".for").toFile();
|
||||
total = Paths.get(target.last_version.Home.getAbsolutePath(), CommonUtils.getDateName("total") + ".for").toFile();
|
||||
Thread.sleep(1000);
|
||||
}
|
||||
//--создать
|
||||
|
||||
Reference in New Issue
Block a user