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
The call to `glob` was causing `list`s of files to fail in `open`. This
fixes that issue by looping over the `list`s contents, calling `glob` on
each one, and concatenating them into a list of files.
0 commit comments