mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
[processing] Fix crash in ExecuteSQL.py
This commit is contained in:
parent
493d13dc44
commit
dccca45468
@ -146,5 +146,5 @@ class ExecuteSQL(GeoAlgorithm):
|
||||
if geometry_type != 1:
|
||||
outFeat.setGeometry(inFeat.geometry())
|
||||
writer.addFeature(outFeat)
|
||||
progress.setPersentage(int(current * total))
|
||||
progress.setPercentage(int(current * total))
|
||||
del writer
|
||||
|
Loading…
x
Reference in New Issue
Block a user