We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 676b320 commit b4565b3Copy full SHA for b4565b3
packages/models-library/src/models_library/clusters.py
@@ -238,5 +238,6 @@ def check_owner_has_access_rights(self: Self) -> Self:
238
):
239
msg = f"the cluster owner access rights are incorrectly set: {access_rights[owner_gid]}"
240
raise ValueError(msg)
241
+ # NOTE: overcomes frozen configuration (far fetched in ClusterGet model of webserver)
242
object.__setattr__(self, "access_rights", access_rights)
243
return self
0 commit comments