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

local: accept path-like (pathlib.Path) objects #627

Merged
merged 3 commits into from
Dec 13, 2022

Conversation

doronz88
Copy link
Contributor

This will allow users to use the API as follows:

from plumbum import local
from pathlib import Path

local[Path('/path/to/binary')]()

Signed-off-by: Henry Schreiner <[email protected]>
@coveralls
Copy link

Coverage Status

Coverage remained the same at 84.302% when pulling d25244e on doronz88:master into a89f381 on tomerfiliba:master.

@henryiii henryiii merged commit 0eb15d0 into tomerfiliba:master Dec 13, 2022
@henryiii
Copy link
Collaborator

Thanks!

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.

3 participants