Skip to content

Commit b4565b3

Browse files
committed
@pcrespov review: add doc
1 parent 676b320 commit b4565b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/models-library/src/models_library/clusters.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,5 +238,6 @@ def check_owner_has_access_rights(self: Self) -> Self:
238238
):
239239
msg = f"the cluster owner access rights are incorrectly set: {access_rights[owner_gid]}"
240240
raise ValueError(msg)
241+
# NOTE: overcomes frozen configuration (far fetched in ClusterGet model of webserver)
241242
object.__setattr__(self, "access_rights", access_rights)
242243
return self

0 commit comments

Comments
 (0)