no message

This commit is contained in:
2024-10-07 22:04:09 +03:00
parent 7fac84740d
commit 17c0bf7eb3
103 changed files with 560 additions and 491 deletions

View File

@@ -29,7 +29,7 @@ public class OpenBugReportTestProject extends Pass_2021<BugReport> {
root = Paths.get(Global.visualiser.getWorkspace().getAbsolutePath(),
target.id).toFile();
project = Paths.get(root.getAbsolutePath(),
Global.isWindows ? CommonUtils.toW(target.project_version)
CommonUtils.isWindows ? CommonUtils.toW(target.project_version)
: CommonUtils.toU(target.project_version)).toFile();
return true;
}else {