Skip to content

Commit

Permalink
[processing] Change version test so that ExecuteSQL is testable durin…
Browse files Browse the repository at this point in the history
…g feature freeze
  • Loading branch information
Hugo Mercier committed Feb 22, 2016
1 parent 0e70452 commit b92cb81
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -210,7 +210,7 @@ def __init__(self):
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()])

Expand Down

0 comments on commit b92cb81

Please sign in to comment.