Skip to content
Permalink
Browse files
[processing] use feedback object in raster calculator
  • Loading branch information
nirvn committed Feb 9, 2018
1 parent 2ed225d commit c4874b3
Showing 1 changed file with 1 addition and 1 deletion.
@@ -173,7 +173,7 @@ def _cellsize(layer):
height,
entries)

res = calc.processCalculation()
res = calc.processCalculation(feedback)
if res == QgsRasterCalculator.ParserError:
raise QgsProcessingException(self.tr("Error parsing formula"))

0 comments on commit c4874b3

Please sign in to comment.