Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

script_utils.filter_results should not return None #544

Open
gouwens opened this issue Jul 8, 2022 · 0 comments
Open

script_utils.filter_results should not return None #544

gouwens opened this issue Jul 8, 2022 · 0 comments
Assignees
Labels

Comments

@gouwens
Copy link
Collaborator

gouwens commented Jul 8, 2022

Running filter_results() produces a TypeError when no results are found because it returns None instead of a tuple. It should return empty lists, etc. instead.

return

@gouwens gouwens added the bug label Jul 8, 2022
@gouwens gouwens self-assigned this Jul 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant