The branch, twofactorauth has been updated via d0e7bbcbaee91f52a00ad41530fbf1bfc0b12243 (commit) from 07e7b874b4710e2b1bf63b81ef6fad86e880db35 (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/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/x2go/client.py b/x2go/client.py index 0de8d33..a493135 100644 --- a/x2go/client.py +++ b/x2go/client.py @@ -677,7 +677,7 @@ class X2goClient(object): @rtype: C{bool} """ - return self.session_registry(session_uuid).is_running(session_name=session_name) + return self.session_registry(session_uuid).is_running() __is_session_running = is_session_running def is_session_suspended(self, session_uuid): @@ -692,7 +692,7 @@ class X2goClient(object): @rtype: C{bool} """ - return self.session_registry(session_uuid).is_suspended(session_name=session_name) + return self.session_registry(session_uuid).is_suspended() __is_session_suspended = is_session_suspended def has_session_terminated(self, session_uuid): 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).