Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[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.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/qgis/RasterCalculator.py
Expand Up @@ -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"))

Expand Down

0 comments on commit c4874b3

Please sign in to comment.