readthedocs.org
a8aa7381
- Fix filter positional arguments (#10202)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
3 years ago
Fix filter positional arguments (#10202) These are always passed as positional arguments, never keyword arguments. The positional split at `*` caused: ``` BuildListFilter.get_type() takes 2 positional arguments but 4 were given ```
Author
agjohnson
Parents
f141a8f9
Loading