Skip to content

Commit

Permalink
Merge pull request #2398 from mdouchin/patch-1
Browse files Browse the repository at this point in the history
[processing] Debug ConcaveHull.py
  • Loading branch information
volaya committed Oct 28, 2015
2 parents b339ad1 + f443bb8 commit 2bb0cf9
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,
True, '', None)['OUTPUT']
True, None)['OUTPUT']
dissolved_layer = processing.getObject(dissolved)
#save result
progress.setText(self.tr('Saving data...'))
Expand Down

0 comments on commit 2bb0cf9

Please sign in to comment.