no message
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package GlobalData.Tasks.Supervisor.Remote;
|
||||
import Common.Utils.CommonUtils;
|
||||
import Common_old.Current;
|
||||
import Common_old.Utils.Utils;
|
||||
import GlobalData.RemoteFile.RemoteFile;
|
||||
import GlobalData.Tasks.QueueSystem.MVS;
|
||||
import GlobalData.Tasks.TaskState;
|
||||
@@ -32,7 +32,7 @@ public class MVSRunSupervisor extends ServerRunSupervisor {
|
||||
String env = String.join(" ", Current.getRunConfiguration().getEnvList());
|
||||
mvs_time = (task.maxtime / 60); //в минутах
|
||||
if (task.maxtime % 60 > 0) mvs_time += 1;
|
||||
String res = "maxtime=" + Utils.DQuotes(mvs_time) + " ./run";
|
||||
String res = "maxtime=" + CommonUtils.DQuotes(mvs_time) + " ./run";
|
||||
if (!env.isEmpty())
|
||||
res = env + " " + res;
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user