[X2Go-Commits] [python-x2go] 01/01: typo fix

git-admin at x2go.org git-admin at x2go.org
Tue Apr 15 21:23:52 CEST 2014


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository python-x2go.

commit b4f2297197478a54449151874b5e26a2c8a76b39
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Apr 15 21:23:47 2014 +0200

    typo fix
---
 x2go/xserver.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x2go/xserver.py b/x2go/xserver.py
index 5242e9a..4497bb1 100644
--- a/x2go/xserver.py
+++ b/x2go/xserver.py
@@ -158,7 +158,7 @@ class X2GoClientXConfig(inifiles.X2GoIniFile):
         _process_list = _wmi.Win32_Process()
         for xserver_name in self.installed_xservers:
             process_name = self.get_xserver_config(xserver_name)['process_name']
-            if [ _p.Name for _p in _process_list if _p.Name == process_name and _p.SessionId = _my_wmi_sessionid ]:
+            if [ _p.Name for _p in _process_list if _p.Name == process_name and _p.SessionId == _my_wmi_sessionid ]:
                 # XServer is already running
                 _running.append(xserver_name)
                 continue

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git



More information about the x2go-commits mailing list