We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 493d13d commit dccca45Copy full SHA for dccca45
python/plugins/processing/algs/qgis/ExecuteSQL.py
@@ -146,5 +146,5 @@ def processAlgorithm(self, progress):
146
if geometry_type != 1:
147
outFeat.setGeometry(inFeat.geometry())
148
writer.addFeature(outFeat)
149
- progress.setPersentage(int(current * total))
+ progress.setPercentage(int(current * total))
150
del writer
0 commit comments