Commit 6216de1
committed
Ensure
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.open handles lists correctly1 parent eda864a commit 6216de1
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
166 | 172 | | |
167 | 173 | | |
168 | 174 | | |
| |||
0 commit comments