Skip to content

Commit

Permalink
Give a more descriptive output name
Browse files Browse the repository at this point in the history
  • Loading branch information
rudivs committed Aug 17, 2018
1 parent bbfd699 commit 7f8d406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/qgis/KNearestConcaveHull.py
Expand Up @@ -90,7 +90,7 @@ def initAlgorithm(self, config=None):
self.addParameter(QgsProcessingParameterField(self.FIELD,
self.tr('Field (set if creating concave hulls by class)'),
parentLayerParameterName=self.INPUT, optional=True))
self.addParameter(QgsProcessingParameterFeatureSink(self.OUTPUT, self.tr('Output layer'),
self.addParameter(QgsProcessingParameterFeatureSink(self.OUTPUT, self.tr('Concave hull'),
QgsProcessing.TypeVectorPolygon))

def processAlgorithm(self, parameters, context, feedback):
Expand Down

0 comments on commit 7f8d406

Please sign in to comment.