From 409c25873351b4094638b0a438720983d605021e Mon Sep 17 00:00:00 2001 From: asamoukin Date: Mon, 1 Dec 2008 12:27:58 +0000 Subject: [PATCH] git-svn-id: http://svn.calculate.ru/calculate2/calculate-client/trunk@621 c91db197-33c1-4113-bf15-f8a5c547ca64 --- pym/cl_client.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: