Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
stolpeo committed Dec 18, 2024
1 parent 6207963 commit 6a08f8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/cli/hpc_access_cli/states.py
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,9 @@ def build_hpcproject(p: LdapGroup, quotas: Dict[str, str]) -> Optional[HpcProjec
group = None
else:
group = group_uuids[group_by_gid_number[gid_number].cn]
owner_uuid = user_uuids[user_by_dn[group_by_gid_number[gid_number].owner_dn].uid]
if owner_uuid not in members:
members.append(owner_uuid)
return HpcProject(
uuid=group_uuids[p.cn],
name=name,
Expand Down

0 comments on commit 6a08f8f

Please sign in to comment.