Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Torsten Kilias <[email protected]>
  • Loading branch information
ckunki and tkilias authored Mar 13, 2024
1 parent 9e97f2b commit f2e3f82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def is_group_accessible(self) -> bool:
class GroupAccess:
"""
If there is already a group with group-ID `gid`, then add the user to
this group, otherwise set the specified other group's ID to `gid`. The
this group, otherwise change group ID to `gid` for the specified group name. The
other group is expected to exist already and user to be added to it.
"""
def __init__(self, user: str, group: Group):
Expand Down

0 comments on commit f2e3f82

Please sign in to comment.