amoffat / sh

Python process launching

Home Page:https://sh.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

glob wrapper breaks glob(.., root_dir=someething)

Pistahh opened this issue · comments

Current glob wrapper only considers the "recursive" argument, but glob.glob supports much more. When using the sh module, it breaks calls that use other parameters too.

Cool, thanks for contributing the PR