mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
[processing] Fix exception in select by expression using not equal to operator
Fixes #30135
This commit is contained in:
parent
06a25df107
commit
43904df6c4
@ -44,7 +44,7 @@ class SelectByAttribute(QgisAlgorithm):
|
||||
OUTPUT = 'OUTPUT'
|
||||
|
||||
OPERATORS = ['=',
|
||||
'≠',
|
||||
'<>',
|
||||
'>',
|
||||
'>=',
|
||||
'<',
|
||||
|
Loading…
x
Reference in New Issue
Block a user