Commit 112695e
authored
Iterate through filtered file types instead of all listed files (#6258)
# Iterate through filtered file types instead of all listed files
Fixes #6257
#4926 originally added the
functionality to filter by file type, storing the filtered files in
`_files`
#5220 removed the
functionality when adding code to filter trashed files by using the
`files` variables instead of the `_files` variable.
This PR simply adds the functionality back by using `_files` again.
#### Who can review?
@hwchase17 - project lead
@eyurtsev1 parent ba90e3c commit 112695e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
| 231 | + | |
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| |||
0 commit comments