Skip to content

Commit 2bb0cf9

Browse files
committedOct 28, 2015
Merge pull request #2398 from mdouchin/patch-1
[processing] Debug ConcaveHull.py
2 parents b339ad1 + f443bb8 commit 2bb0cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def processAlgorithm(self, progress):
9999
#dissolve all Delaunay triangles
100100
progress.setText(self.tr('Dissolving Delaunay triangles...'))
101101
dissolved = processing.runalg("qgis:dissolve", delaunay_layer,
102-
True, '', None)['OUTPUT']
102+
True, None)['OUTPUT']
103103
dissolved_layer = processing.getObject(dissolved)
104104
#save result
105105
progress.setText(self.tr('Saving data...'))

0 commit comments

Comments
 (0)
Please sign in to comment.