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

recursive recipes scan broken for python < 3.5 #7

Closed
rhubert opened this issue Apr 11, 2016 · 0 comments
Closed

recursive recipes scan broken for python < 3.5 #7

rhubert opened this issue Apr 11, 2016 · 0 comments

Comments

@rhubert
Copy link
Contributor

rhubert commented Apr 11, 2016

os.glob is only working recursive in python 3.5 or higher. use os.walk instead

Changed in version 3.5: Support for recursive globs using “**”.

https://docs.python.org/3/library/glob.html

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

No branches or pull requests

1 participant