Skip to content

Commit dccca45

Browse files
author
Hugo Mercier
committed
[processing] Fix crash in ExecuteSQL.py
1 parent 493d13d commit dccca45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/algs/qgis/ExecuteSQL.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,5 +146,5 @@ def processAlgorithm(self, progress):
146146
if geometry_type != 1:
147147
outFeat.setGeometry(inFeat.geometry())
148148
writer.addFeature(outFeat)
149-
progress.setPersentage(int(current * total))
149+
progress.setPercentage(int(current * total))
150150
del writer

0 commit comments

Comments
 (0)