Skip to content

Commit

Permalink
[processing] Fix crash in ExecuteSQL.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Mercier committed Feb 26, 2016
1 parent 493d13d commit dccca45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/qgis/ExecuteSQL.py
Expand Up @@ -146,5 +146,5 @@ def processAlgorithm(self, progress):
if geometry_type != 1:
outFeat.setGeometry(inFeat.geometry())
writer.addFeature(outFeat)
progress.setPersentage(int(current * total))
progress.setPercentage(int(current * total))
del writer

0 comments on commit dccca45

Please sign in to comment.