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

Make it possible to add recursive path to addFilesByWildcard function #28

Merged
merged 1 commit into from
Jan 26, 2020

Conversation

johnyka
Copy link
Contributor

@johnyka johnyka commented Jan 16, 2020

For example: m.addFilesByWildcard("folder/**/*.py") which recursively finds all .py files in folder

For example: m.addFilesByWildcard("folder/**/*.py") which recursively finds all .py files in folder
@johnyka johnyka requested a review from soachishti January 16, 2020 09:44
@soachishti soachishti merged commit 1c057f6 into soachishti:master Jan 26, 2020
@soachishti
Copy link
Owner

Thank for the PR @johnyka

With this PR we won't be supporting Python 2 which has discontinued on Jan 1st, 2020. [1]

[1] https://www.python.org/doc/sunset-python-2/

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.

2 participants