We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba585d commit 54c4f75Copy full SHA for 54c4f75
python/plugins/processing/algs/qgis/ConcaveHull.py
@@ -99,7 +99,7 @@ def processAlgorithm(self, progress):
99
#dissolve all Delaunay triangles
100
progress.setText(self.tr('Dissolving Delaunay triangles...'))
101
dissolved = processing.runalg("qgis:dissolve", delaunay_layer,
102
- True, None)['OUTPUT']
+ True, None, None)['OUTPUT']
103
dissolved_layer = processing.getObject(dissolved)
104
#save result
105
progress.setText(self.tr('Saving data...'))
0 commit comments