fix processing/grass7 in master

This commit is contained in:
Giovanni Manghi 2015-05-30 07:24:41 +01:00
parent eb9ef52389
commit 2b1b9f53ac

View File

@ -362,7 +362,7 @@ class Grass7Algorithm(GeoAlgorithm):
outputCommands.append('g.region raster=' + out.name
+ uniqueSufix)
if self.grassName == 'r.statistics':
if self.grass7Name == 'r.statistics':
# r.statistics saves its results in a non-qgis compatible
# way. Post-process them with r.mapcalc.
calcExpression = 'correctedoutput' + uniqueSufix