The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated via 2e727de1ae8e4f730ed69b449f56e95747707b1d (commit) from 4e9fea939b0696dc10fee7f39f0a9697903e7d74 (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: pyhoca/wxgui/logon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/pyhoca/wxgui/logon.py b/pyhoca/wxgui/logon.py index df529eb..4cb2b52 100644 --- a/pyhoca/wxgui/logon.py +++ b/pyhoca/wxgui/logon.py @@ -412,7 +412,7 @@ class PyHocaGUI_DialogBoxPassword(wx.Dialog): self._PyHocaGUI.ExitMainLoop() if self._PyHocaGUI._X2goClient__is_session_connected(session_uuid): - gevent.spawn(self._PyHocaGUI._post_authenticate, evt, session_uuid) + self._PyHocaGUI._post_authenticate(evt, session_uuid) self.sshproxy_started = False del self._PyHocaGUI._logon_windows[self.current_profile_name] hooks/post-receive -- pyhoca-gui.git (Python X2Go Client (wxPython GUI)) 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 "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).