[processing] Fix exception in select by expression using not equal to operator

Fixes #30135
This commit is contained in:
Nyall Dawson 2019-06-11 09:28:20 +10:00
parent 06a25df107
commit 43904df6c4

View File

@ -44,7 +44,7 @@ class SelectByAttribute(QgisAlgorithm):
OUTPUT = 'OUTPUT'
OPERATORS = ['=',
'',
'<>',
'>',
'>=',
'<',