Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some file mode format issues #330

Merged
merged 1 commit into from
Jun 3, 2024
Merged

Conversation

rcritten
Copy link
Collaborator

When specifying multiple possible modes for a file the values must be a tuple. There were two occurances where they were listed separately.

Add in a pre-check on the formatting to raise an error for badly formatted files. This may be annoying for users if one sneaks in again but the CI should catch it.

Related: #325

When specifying multiple possible modes for a file the values must
be a tuple. There were two occurances where they were listed
separately.

Add in a pre-check on the formatting to raise an error for badly
formatted files. This may be annoying for users if one sneaks in
again but the CI should catch it.

Related: freeipa#325

Signed-off-by: Rob Crittenden <[email protected]>
@rcritten rcritten merged commit 2206b99 into freeipa:master Jun 3, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant