We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
2 parents b339ad1 + f443bb8 commit 2bb0cf9Copy full SHA for 2bb0cf9
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)['OUTPUT']
103
dissolved_layer = processing.getObject(dissolved)
104
#save result
105
progress.setText(self.tr('Saving data...'))
0 commit comments