diff --git a/exasol/ds/sandbox/runtime/ansible/roles/entrypoint/files/entrypoint.py b/exasol/ds/sandbox/runtime/ansible/roles/entrypoint/files/entrypoint.py index 002818c6..96e92f97 100644 --- a/exasol/ds/sandbox/runtime/ansible/roles/entrypoint/files/entrypoint.py +++ b/exasol/ds/sandbox/runtime/ansible/roles/entrypoint/files/entrypoint.py @@ -234,8 +234,9 @@ 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 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. + 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): self._user = user