The branch, twofactorauth has been updated via 4b4fe7d0f2c4f215130fc2b084e672e98b4a7587 (commit) from aaeba00c384aaf023617de8619c8668055550c93 (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/inifiles.py | 2 +- x2go/profiles.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/x2go/inifiles.py b/x2go/inifiles.py index 2d149e4..7136ac2 100644 --- a/x2go/inifiles.py +++ b/x2go/inifiles.py @@ -132,7 +132,7 @@ class X2goIniFile(object): self._storeValue(section, key, value) self._updateDataObject - def update(self, section, key, value): + def update_value(self, section, key, value): """\ STILL UNDOCUMENTED diff --git a/x2go/profiles.py b/x2go/profiles.py index 749198c..22e4f18 100644 --- a/x2go/profiles.py +++ b/x2go/profiles.py @@ -154,7 +154,7 @@ class X2goSessionProfiles(inifiles.X2goIniFile): """ for key, value in kwargs.items(): if key in self.defaultSessionProfile: - self.update(profile_id, key, value) + self.update_value(profile_id, key, value) else: raise X2goProfileException('keyword ,,%s\'\' not supported in X2go session profile' % key) 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).