We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f56c568 commit 90b313cCopy full SHA for 90b313c
python/plugins/processing/algs/qgis/AutoincrementalField.py
@@ -62,7 +62,7 @@ def processAlgorithm(self, progress):
62
geom = feat.geometry()
63
outFeat.setGeometry(geom)
64
attrs = feat.attributes()
65
- attrs.append(count)
+ attrs.append(current)
66
outFeat.setAttributes(attrs)
67
writer.addFeature(outFeat)
68
del writer
0 commit comments