We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49eaf16 + 899c57a commit 73945c0Copy full SHA for 73945c0
python/plugins/fTools/tools/doSpatialJoin.py
@@ -56,7 +56,7 @@ def myself(L):
56
57
def filter_null(vals):
58
"""Takes an iterator of values and returns a new iterator returning the same values but skipping any NULL values"""
59
- return (v for v in vals if v is not None)
+ return (v for v in vals if v != NULL)
60
61
62
class Dialog(QDialog, Ui_Dialog):
0 commit comments