This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-gui. from a6f8d11 typo fix new 821786f check_running(): Don't strip .exe from application name The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: pyhoca/wxgui/launcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
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