Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update ConcaveHull.py
  • Loading branch information
mdouchin committed Oct 25, 2015
1 parent 99fcd62 commit f443bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/qgis/ConcaveHull.py
Expand Up @@ -99,7 +99,7 @@ def processAlgorithm(self, progress):
#dissolve all Delaunay triangles
progress.setText(self.tr('Dissolving Delaunay triangles...'))
dissolved = processing.runalg("qgis:dissolve", delaunay_layer,
None, None)['OUTPUT']
True, None)['OUTPUT']
dissolved_layer = processing.getObject(dissolved)
#save result
progress.setText(self.tr('Saving data...'))
Expand Down

0 comments on commit f443bb8

Please sign in to comment.