no message

This commit is contained in:
2024-10-14 15:19:13 +03:00
parent 8eef367bd4
commit 5e09fb44ea
634 changed files with 3751 additions and 3263 deletions

View File

@@ -17,7 +17,7 @@ public class CreateTestFromProject extends CreateTestFromDirectory {
if (args.length == 0) {
if (Global.mainModule.Check(Log, Current.Group, Current.Project)) {
project = Global.mainModule.getProject();
if (super.canStart(Global.mainModule.getProject().Home, Global.mainModule.getGroup())){
if (super.canStart(Global.mainModule.getProject().Home, Global.mainModule.getGroup())) {
from_files_chooser = true; //чтобы опубликовал.
return true;
}