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

For strings only, allow a leading slash. #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kmsquire
Copy link

I was attempting to glob "/dev/video*" and found it annoying that I had to specify the directory path separately.

This PR only implements leading slash for the glob function called with strings, which was easy. I started trying to implement it for GlobMatch objects, but found it would take more time than I have right now. I'll open up a separate issue.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.03%) when pulling 9ee9d1b on kmsquire:allow_leading_slash into df38598 on vtjnash:master.

@Moelf
Copy link

Moelf commented Jan 27, 2021

bump

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