Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update python/plugins/processing/algs/qgis/PointsToPaths.py
  • Loading branch information
m-kuhn committed Aug 15, 2020
1 parent e5246da commit a3c8d6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/plugins/processing/algs/qgis/PointsToPaths.py
Expand Up @@ -136,7 +136,6 @@ def processAlgorithm(self, parameters, context, feedback):
for current, f in enumerate(features):
if feedback.isCanceled():
break

if not f.hasGeometry():
continue

Expand Down

0 comments on commit a3c8d6d

Please sign in to comment.