Skip to content

Commit

Permalink
[processing] Fix exception in select by expression using not equal to…
Browse files Browse the repository at this point in the history
… operator

Fixes #30135
  • Loading branch information
nyalldawson committed Jun 13, 2019
1 parent 2742609 commit f922306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/qgis/SelectByAttribute.py
Expand Up @@ -48,7 +48,7 @@ class SelectByAttribute(QgisAlgorithm):
OUTPUT = 'OUTPUT'

OPERATORS = ['=',
'',
'<>',
'>',
'>=',
'<',
Expand Down

0 comments on commit f922306

Please sign in to comment.