[X2Go-Commits] python-x2go.git - build-baikal (branch) updated: 0.2.0.10-61-g84bca5b

X2Go dev team git-admin at x2go.org
Wed Jan 8 15:27:22 CET 2014


The branch, build-baikal 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 -----------------------------------------------------------------
-----------------------------------------------------------------------

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).




More information about the x2go-commits mailing list