[X2Go-Commits] [pyhoca-gui] 01/01: syntax fix
git-admin at x2go.org
git-admin at x2go.org
Tue Apr 15 22:32:25 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 0cba3d6cdd064255652ea2e20e3a5814a24d1379
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Tue Apr 15 22:32:20 2014 +0200
syntax fix
---
pyhoca/wxgui/mswin_logging.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyhoca/wxgui/mswin_logging.py b/pyhoca/wxgui/mswin_logging.py
index ed02c9f..e605a60 100644
--- a/pyhoca/wxgui/mswin_logging.py
+++ b/pyhoca/wxgui/mswin_logging.py
@@ -26,7 +26,7 @@ def setup_mswinlog(PROG_NAME):
class MSWin_Logging(object):
softspace = 0
- _fname = os.path.normpath(os.path.join(os.environ['AppData'], PROG_NAME, '%s.%s.log' % (PROG_NAME, os.getpid())
+ _fname = os.path.normpath(os.path.join(os.environ['AppData'], PROG_NAME, '%s.%s.log' % (PROG_NAME, os.getpid()))
_file = None
def __init__(self, filemode='a'):
--
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