Skip to content

Commit

Permalink
@pcrespov review: add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Nov 15, 2024
1 parent 676b320 commit b4565b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/models-library/src/models_library/clusters.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,5 +238,6 @@ def check_owner_has_access_rights(self: Self) -> Self:
):
msg = f"the cluster owner access rights are incorrectly set: {access_rights[owner_gid]}"
raise ValueError(msg)
# NOTE: overcomes frozen configuration (far fetched in ClusterGet model of webserver)
object.__setattr__(self, "access_rights", access_rights)
return self

0 comments on commit b4565b3

Please sign in to comment.