You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMHO, faking glob is not needed at all (see my comment in issue #59).
I created a branch where glob is not faked out (https://github.com/mrbean-bremen/pyfakefs/tree/no_fake_glob) - if you want, you can check it out and play around, it should fix the issue.
python3.5 added support for a recursive flag for glob.glob. It would be great if this was supported by this library.
The text was updated successfully, but these errors were encountered: