We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebe0ebd commit 3249015Copy full SHA for 3249015
python/plugins/processing/algs/qgis/AutoincrementalField.py
@@ -75,7 +75,7 @@ def processAlgorithm(self, parameters, context, feedback):
75
fields, source.wkbType(), source.sourceCrs())
76
77
features = source.getFeatures()
78
- total = total = 100.0 / source.featureCount() if source.featureCount() else 0
+ total = 100.0 / source.featureCount() if source.featureCount() else 0
79
for current, input_feature in enumerate(features):
80
if feedback.isCanceled():
81
break
0 commit comments