You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Running
filter_results()
produces a TypeError when no results are found because it returnsNone
instead of a tuple. It should return empty lists, etc. instead.ipfx/ipfx/script_utils.py
Line 274 in 8c9d00d
The text was updated successfully, but these errors were encountered: