diff --git a/pym/cl_client.py b/pym/cl_client.py index 7c5ff59..247bd1b 100644 --- a/pym/cl_client.py +++ b/pym/cl_client.py @@ -694,9 +694,9 @@ are not removed")) return False # Создаем объект переменных (обновление переменных) self.createClVars() - pwd = self.clVars.Get("cl_remote_pw") - if pwd: - userPwd = pwd + pwd = self.clVars.Get("cl_remote_pw") + if pwd: + userPwd = pwd foundMountRemote =self.isMount("/var/calculate/remote" ,"cifs") foundMountHome =self.isMount("/var/calculate/home" ,"none", False) if foundMountRemote: