Skip to content

Commit 8de4006

Browse files
committedMay 15, 2019
fix spelling
1 parent d9a6778 commit 8de4006

File tree

1 file changed

+0
-1
lines changed
  • python/plugins/processing/algs/qgis

1 file changed

+0
-1
lines changed
 

‎python/plugins/processing/algs/qgis/Climb.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ def processAlgorithm(self, parameters, context, feedback):
202202
no_z_nodes = []
203203

204204
for current, feature in enumerate(features):
205-
# Stop the algorithm if cancelled
206205
if feedback.isCanceled():
207206
break
208207
climb = 0

0 commit comments

Comments
 (0)
Please sign in to comment.