Glob Pattern bracket expansion #9329
Unanswered
KylePancamo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After doing some research with glob patterns, I noticed bracket expansion is not supported by default in python. This could be a useful addition that allows for more finer control over what you want loaded.
For example,
glob_pattern = "**/*.{txt, py, yaml,md}"
If this is already supported, please let me know as I've tested it and nothing is returned.
Could look something like this:
https://stackoverflow.com/a/57893015
Beta Was this translation helpful? Give feedback.
All reactions