[X2Go-Commits] [pyhoca-gui] 01/01: typo fix

git-admin at x2go.org git-admin at x2go.org
Tue Apr 15 21:14:19 CEST 2014


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

x2go pushed a commit to branch master
in repository pyhoca-gui.

commit a6f8d11b77715065efc7bc4b3868a135f6525520
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Apr 15 21:14:16 2014 +0200

    typo fix
---
 pyhoca/wxgui/launcher.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyhoca/wxgui/launcher.py b/pyhoca/wxgui/launcher.py
index a207728..85b1a99 100644
--- a/pyhoca/wxgui/launcher.py
+++ b/pyhoca/wxgui/launcher.py
@@ -159,7 +159,7 @@ VERSION: %s
             for process in w.Win32_Process():
                 if process.Name == _executable:
                     _p[process.ProcessId] = process.SessionId
-            return len([ _p_id for _p_id in _p.keys() if _p[PROG_PID] ==  _p[_p_id]) > 1
+            return len([ _p_id for _p_id in _p.keys() if _p[PROG_PID] ==  _p[_p_id] ]) > 1
 
 
     def version(self):

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



More information about the x2go-commits mailing list