The branch, build-baikal has been updated via e77f35f10c67781585e3590f860a14b7da07612f (commit) from 937c799f779752dc857e62071330c820a7527d49 (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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/x2go/backends/terminal/_stdout.py b/x2go/backends/terminal/_stdout.py index 89d429b..e68cd2b 100644 --- a/x2go/backends/terminal/_stdout.py +++ b/x2go/backends/terminal/_stdout.py @@ -437,7 +437,7 @@ class X2goTerminalSessionSTDOUT(object): _tunnel = sftpserver.X2goRevFwTunnelToSFTP(server_port=self.session_info.sshfs_port, ssh_transport=ssh_transport, auth_key=self.control_session._x2go_session_auth_rsakey, - session_instance=self.session_instance, + session_instance=self.session_instance, logger=self.logger ) @@ -715,6 +715,8 @@ class X2goTerminalSessionSTDOUT(object): if self.params.snd_system == 'pulse': cmd_line = [ 'PULSE_CLIENTCONFIG=%s/.pulse-client.conf' % self.session_info.remote_container ] + cmd_line + if self. + (stdin, stdout, stderr) = self.control_session._x2go_exec_command(cmd_line) return stdout.read(), stderr.read() 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).