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

Use symbolicmode.chmod to simplify chmod() code. #38

Merged
merged 1 commit into from
Aug 29, 2023

Conversation

linsomniac
Copy link
Contributor

symbolicmode provides a chmod() method that can take symbolic or numeric permissions, so the function can be simplified.

Note, this depends on symbolicmode 2.x, because I decided (as I was reviewing the use here) that I had the order of the chmod arguments backwards, so I made the backwards-incompatible change and rolled the major version up because of that.

symbolicmode provides a chmod() method that can take symbolic or numeric
permissions, so the function can be simplified.

Note, this depends on symbolicmode 2.x, because I decided (as I was
reviewing the use here) that I had the order of the chmod arguments
backwards, so I made the backwards-incompatible change and rolled
the major version up because of that.
@mikalstill
Copy link
Collaborator

I'm sorry, I didn't intentionally ignore this -- it got lost in github email.

@mikalstill mikalstill merged commit 5280d58 into shakenfist:master Aug 29, 2023
2 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.

None yet

2 participants