Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Try to fix indentation error
  • Loading branch information
Bernhard Ströbl authored and m-kuhn committed Mar 14, 2016
1 parent 9124586 commit cfc0eb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/plugins/processing/algs/qgis/SplitLinesWithLines.py
Expand Up @@ -128,7 +128,6 @@ def processAlgorithm(self, progress):

inLines = outLines


for aLine in inLines:
if len(aLine.asPolyline()) > 2 or aLine.asPolyline()[0] != aLine.asPolyline()[1]:
# sometimes splitting results in lines of zero length
Expand Down

0 comments on commit cfc0eb6

Please sign in to comment.