The branch, build-main has been updated via 81c41bdee16b575584f158c4a27893adfeb371c4 (commit) from 60eebc868465959b63f36c49f54ce73b00cce1e2 (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/backends/profiles/_file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/x2go/backends/profiles/_file.py b/x2go/backends/profiles/_file.py index 31a11f3..ac0c380 100644 --- a/x2go/backends/profiles/_file.py +++ b/x2go/backends/profiles/_file.py @@ -154,7 +154,7 @@ class X2GoSessionProfilesFILE(inifiles.X2GoIniFile): self.iniConfig.remove_section(profile_id) try: self._cached_profile_ids.remove(profile_id) except ValueError: pass - self.add_profile(profile_id=None, **_config) + self.add_profile(profile_id=None, force_add=True, **_config) self._profiles_need_profile_id_renewal = [] self._cached_profile_ids = [] self._cached_profile_names = [] 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).