The branch, master has been updated via b3a01ec628bebb147c88ca41a52d699d70f77887 (commit) from b94f81857a38691d156a39338bbe3e139c95433e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b3a01ec628bebb147c88ca41a52d699d70f77887 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Nov 10 20:41:15 2012 +0100 convert the command to be run to string ----------------------------------------------------------------------- Summary of changes: x2go/backends/terminal/_stdout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/x2go/backends/terminal/_stdout.py b/x2go/backends/terminal/_stdout.py index 49656ed..458f92c 100644 --- a/x2go/backends/terminal/_stdout.py +++ b/x2go/backends/terminal/_stdout.py @@ -1393,7 +1393,7 @@ class X2goTerminalSessionSTDOUT(object): str(self.params.kbtype), str(setkbd), str(self.params.session_type), - self.params.cmd, + str(self.params.cmd), ] if self.params.cmd == 'XDMCP' and self.params.xdmcp_server: hooks/post-receive -- python-x2go.git (Python X2Go Client API) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "python-x2go.git" (Python X2Go Client API).