no message
This commit is contained in:
@@ -22,6 +22,8 @@ public abstract class TaskConnectionPass<S extends RemoteTaskSupervisor> extends
|
||||
machine = supervisor.task.getMachine();
|
||||
user = supervisor.task.getUser();
|
||||
super.Connect();
|
||||
user.connection.CheckUserInitialization(Current.getAccount().email);
|
||||
/*
|
||||
RemoteFile userWorkspace = new RemoteFile(user.workspace, true);
|
||||
if (!user.connection.Exists(userWorkspace))
|
||||
throw new WorkspaceNotFoundException(
|
||||
@@ -30,6 +32,7 @@ public abstract class TaskConnectionPass<S extends RemoteTaskSupervisor> extends
|
||||
+ "\n" + Utils.Brackets(user.workspace) + "\nне найдено.\n" +
|
||||
"Требуется выполнить повторную инициализацию пользователя."
|
||||
);
|
||||
*/
|
||||
}
|
||||
@Override
|
||||
protected void ServerAction() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user