no message
This commit is contained in:
@@ -492,7 +492,7 @@ public class UserConnection {
|
||||
return readFromFile(outFile).replace("\n", "").replace("\r", "");
|
||||
}
|
||||
//--
|
||||
public void CheckUserInitialization() throws Exception {
|
||||
public void CheckUserInitialization(String email) throws Exception {
|
||||
RemoteFile userWorkspace = new RemoteFile(user.workspace, true);
|
||||
if (!Exists(userWorkspace)){
|
||||
System.out.println("создание папки пользователя");
|
||||
@@ -520,10 +520,9 @@ public class UserConnection {
|
||||
String modules_log = compileModules(modulesDirectory);
|
||||
if (!modules_log.isEmpty())
|
||||
throw new PassException(modules_log);
|
||||
/*
|
||||
RemoteFile info = new RemoteFile(userWorkspace, user.email);
|
||||
|
||||
RemoteFile info = new RemoteFile(userWorkspace, email);
|
||||
user.connection.writeToFile("", info);
|
||||
*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user