Skip to content

Commit 26233f0

Browse files
committed
rename unused loop idx in sampler
1 parent ccd1c93 commit 26233f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

m2l/processing/algorithms/sampler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def processAlgorithm(
186186
)
187187

188188
if samples is not None and not samples.empty:
189-
for index, row in samples.iterrows():
189+
for _index, row in samples.iterrows():
190190
feature = QgsFeature(fields)
191191

192192
# decimator has z values

0 commit comments

Comments
 (0)