The branch, build-baikal has been updated via 92ac045d5f434c63f2ccf4aa5feece2851011822 (commit) from ade6b69dcd4e46f4ca048b3a768ab08594d082c9 (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/pulseaudio.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/x2go/pulseaudio.py b/x2go/pulseaudio.py index f80deb9..4c5b0f6 100644 --- a/x2go/pulseaudio.py +++ b/x2go/pulseaudio.py @@ -88,8 +88,8 @@ class X2goPulseAudio(threading.Thread): sa = win32security.SECURITY_ATTRIBUTES() sa.bInheritHandle = 1 - _stdout_fh = win32file.CreateFile(os.path.join(os.environ['TEMP'], "pyhoca-gui_pulseaudio_stdout.log"), win32file.GENERIC_WRITE, 0, sa, win32file.OPEN_EXISTING, win32file.FILE_FLAG_SEQUENTIAL_SCAN|win32file.FILE_FLAG_OVERLAPPED , 0) - _stderr_fh = win32file.CreateFile(os.path.join(os.environ['TEMP'], "pyhoca-gui_pulseaudio_stderr.log"), win32file.GENERIC_WRITE, 0, sa, win32file.OPEN_EXISTING, win32file.FILE_FLAG_SEQUENTIAL_SCAN|win32file.FILE_FLAG_OVERLAPPED , 0) + _stdout_fh = win32file.CreateFile(os.path.join(os.environ['TEMP'], "pyhoca-gui_pulseaudio_stdout.log"), win32file.GENERIC_WRITE, 0, sa, win32file.OPEN_ALWAYS, win32file.FILE_FLAG_SEQUENTIAL_SCAN|win32file.FILE_FLAG_OVERLAPPED , 0) + _stderr_fh = win32file.CreateFile(os.path.join(os.environ['TEMP'], "pyhoca-gui_pulseaudio_stderr.log"), win32file.GENERIC_WRITE, 0, sa, win32file.OPEN_ALWAYS, win32file.FILE_FLAG_SEQUENTIAL_SCAN|win32file.FILE_FLAG_OVERLAPPED , 0) si = win32process.STARTUPINFO() si.hStdOutput = _stdout_fh 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).