Commit d0597ee
committed
python: remove "all" filter name in add_filter()
Problem: The JobList class's add_filter() function checks for the
special filter name "all" and sets the filter to pending and running.
As far as I can tell, the special filter name "all" has never been
supported or documented. In addition, it doesn't make much sense
since it should set pending, running, and inactive to get all jobs.
My suspicion is this may be left over code from development that
did not get removed.
Remove check for the filter name "all".1 parent 976b089 commit d0597ee
1 file changed
+0
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | 239 | | |
245 | 240 | | |
246 | 241 | | |
| |||
0 commit comments