Skip to content

Commit caaabb4

Browse files
committed
[processing] changed name of output in concave hull
1 parent 486fb13 commit caaabb4

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
@@ -55,7 +55,7 @@ def defineCharacteristics(self):
5555
self.addParameter(ParameterBoolean(self.HOLES, 'Allow holes', True))
5656
self.addParameter(ParameterBoolean(self.NO_MULTIGEOMETRY,
5757
'Split multipart geometry into singleparts geometries', False))
58-
self.addOutput(OutputVector(ConcaveHull.OUTPUT, 'Convex hull'))
58+
self.addOutput(OutputVector(ConcaveHull.OUTPUT, 'Concave hull'))
5959

6060
def processAlgorithm(self, progress):
6161
#get parameters

0 commit comments

Comments
 (0)