Skip to content

Commit

Permalink
cba script add header for removal user from group
Browse files Browse the repository at this point in the history
  • Loading branch information
basvandervlies authored and venekamp committed Jan 6, 2025
1 parent 0e02821 commit 4ab36d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SRAMsync/cba_script_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ def add_new_user(

def remove_user_from_group(self, co: str, group: str, group_attributes: list[str], user: str) -> None:
"""remove_user_from_group event."""
self._print(string=f"# Remove {user} from group {group} --> delete user from CBA account")
org: str = cast(State, self.state)["groups"][group]["sram"]["org"]
co_uuid: str = self.org_co_uuids[f"{org}-{co}"]
self._insert_cba_command(cmd=self.cfg["cba_del_cmd"], co_uuid=co_uuid, user=user)
Expand Down

0 comments on commit 4ab36d1

Please sign in to comment.