This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 821786f5bcfdf32ddfc86ef77d9d18a50a966082 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Apr 15 21:21:59 2014 +0200 check_running(): Don't strip .exe from application name --- 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 85b1a99..fd69b2d 100644 --- a/pyhoca/wxgui/launcher.py +++ b/pyhoca/wxgui/launcher.py @@ -115,7 +115,7 @@ VERSION: %s basepath.reload_base_paths() def check_running(self): - _executable = os.path.basename(sys.argv[0]).replace('.exe', '') + _executable = os.path.basename(sys.argv[0]) if X2GOCLIENT_OS in ('Linux', 'Mac'): -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git