Closed nicwest closed 7 years ago
When there are folders with curly brackets in their name filebeagle is unable to glob them.
This is a problem when dealing with project templates that use mustache style template tags (for example boilr or cookiecutter)
this change escapes any curly brackets in the current directory when the paths are discovered.
I'm guessing this might also be a problem for paths containing () or [], and I'm not certain about the behaviour on windows.
()
[]
Thanks @nicwest! Not just for this patch, but also in general for all your great support of this project. Really appreciated!
@jeetsukumaran thanks for writing it in the first place!
When there are folders with curly brackets in their name filebeagle is unable to glob them.
This is a problem when dealing with project templates that use mustache style template tags (for example boilr or cookiecutter)
this change escapes any curly brackets in the current directory when the paths are discovered.
I'm guessing this might also be a problem for paths containing
()
or[]
, and I'm not certain about the behaviour on windows.