no message
This commit is contained in:
@@ -30,7 +30,7 @@ public class OpenBugReportTestProject extends Pass_2021<BugReport> {
|
||||
root = Paths.get(Global.visualiser.getWorkspace().getAbsolutePath(),
|
||||
target.id).toFile();
|
||||
project = Paths.get(root.getAbsolutePath(),
|
||||
CommonUtils.isWindows ? CommonUtils.toW(target.project_version)
|
||||
CommonUtils.isWindows() ? CommonUtils.toW(target.project_version)
|
||||
: CommonUtils.toU(target.project_version)).toFile();
|
||||
return true;
|
||||
}else {
|
||||
|
||||
Reference in New Issue
Block a user