Skip to content

add an ability to check that a Path has an executable bit set#1962

Merged
davidism merged 1 commit intopallets:mainfrom
sielicki:main
Feb 19, 2022
Merged

add an ability to check that a Path has an executable bit set#1962
davidism merged 1 commit intopallets:mainfrom
sielicki:main

Conversation

@sielicki
Copy link
Copy Markdown
Contributor

Checklist:

  • Add tests that demonstrate the correct behavior of the change. Tests should fail without the change.
  • Add an entry in CHANGES.rst summarizing the change and linking to the issue.
  • Add .. versionchanged:: entries in any relevant code docs.
  • Run pre-commit hooks and fix any issues.
  • Run pytest and tox, no tests failed.

tox failed but as far as I can tell it's unrelated to my code. I'm also not sure where pre-commit hooks are documented, but as far as I can tell this is formatted fine.

@davidism davidism added this to the 8.1.0 milestone Jun 17, 2021
@davidism davidism added the f:parameters feature: input parameter types label Jun 17, 2021
@sielicki
Copy link
Copy Markdown
Contributor Author

@davidism is there anything I can help with to make sure this lands in the next milestone? If this PR needs to be redone to point at a pallets:next branch, let me know.

@davidism davidism merged commit e934b41 into pallets:main Feb 19, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

f:parameters feature: input parameter types

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow for the ability to check whether a Path has an executable bit set

2 participants