The branch, twofactorauth has been updated via 6e2336541deb76be543af45cbc91acd4f1374cc7 (commit) from 9c08d05aea7d9746c272e303f514b2a3a3ddf2bc (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/frontend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/pyhoca/wxgui/frontend.py b/pyhoca/wxgui/frontend.py index ea11f13..feea654 100644 --- a/pyhoca/wxgui/frontend.py +++ b/pyhoca/wxgui/frontend.py @@ -261,7 +261,7 @@ class PyHocaGUI(wx.App, x2go.X2goClient): """ control_session = self._eventid_sessionnames_map[evt.GetId()]['control_session'] session_name = self._eventid_sessionnames_map[evt.GetId()]['session_name'] - gevent.spwan(self._X2goClient__terminate_session, control_session, session_name=session_name) + gevent.spawn(self._X2goClient__terminate_session, control_session, session_name=session_name) self._eventid_sessionnames_map = {} def OnCleanSessions(self, evt): 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)).