mirror of
https://github.com/qgis/QGIS.git
synced 2025-06-20 00:03:07 -04:00
[processing] Change version test so that ExecuteSQL is testable during feature freeze
This commit is contained in:
parent
0e704523b7
commit
b92cb81fe7
@ -210,7 +210,7 @@ class QGISAlgorithmProvider(AlgorithmProvider):
|
||||
from Polygonize import Polygonize
|
||||
self.alglist.extend([Polygonize()])
|
||||
|
||||
if QGis.QGIS_VERSION_INT >= 21400:
|
||||
if QGis.QGIS_VERSION_INT >= 21300:
|
||||
from ExecuteSQL import ExecuteSQL
|
||||
self.alglist.extend([ExecuteSQL()])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user