Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added detail about the output
  • Loading branch information
Giovanni Manghi committed Oct 21, 2014
1 parent ee8b74f commit d9b1638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/gdal/rasterize.py
Expand Up @@ -70,7 +70,7 @@ def defineCharacteristics(self):
self.addParameter(ParameterSelection(self.RTYPE, 'Raster type',
self.TYPE, 0))

self.addOutput(OutputRaster(self.OUTPUT, 'Output layer'))
self.addOutput(OutputRaster(self.OUTPUT, 'Output layer: mandatory to choose an existing raster layer if the (*) option is selected'))

def processAlgorithm(self, progress):
writeOver = self.getParameterValue(self.WRITEOVER)
Expand Down

0 comments on commit d9b1638

Please sign in to comment.