The branch, master has been updated via 84bca5bbc2d00462ad237d375c6555dc4c16d3be (commit) from b3a01ec628bebb147c88ca41a52d699d70f77887 (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 84bca5bbc2d00462ad237d375c6555dc4c16d3be Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Nov 10 20:46:37 2012 +0100 convert self.params.cmd to string when testing if command exists ----------------------------------------------------------------------- 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 458f92c..fd58dde 100644 --- a/x2go/backends/terminal/_stdout.py +++ b/x2go/backends/terminal/_stdout.py @@ -1159,7 +1159,7 @@ class X2goTerminalSessionSTDOUT(object): @rtype: C{tuple} of C{str} """ - if not self.has_command(_rewrite_cmd(self.params.cmd, params=self.params)): + if not self.has_command(_rewrite_cmd(str(self.params.cmd), params=self.params)): if self.client_instance: self.client_instance.HOOK_no_such_command(profile_name=self.profile_name, session_name=self.session_info.name, cmd=self.params.cmd) return False 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).