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
NoneFilter was not filtering anything out for me. I changed 'False' to 'None' in this line and it works now. It looks like you were providing 'False' as the default to getattr, but then checking for 'None'. I may be missing some intended behaviour that my change breaks, but this worked for me.
NoneFilter was not filtering anything out for me. I changed 'False' to 'None' in this line and it works now. It looks like you were providing 'False' as the default to getattr, but then checking for 'None'. I may be missing some intended behaviour that my change breaks, but this worked for me.
pyais/pyais/filter.py
Line 151 in 6ec596b
The text was updated successfully, but these errors were encountered: