Skip to content

Commit

Permalink
fix processing/grass7 in master
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Manghi committed May 30, 2015
1 parent eb9ef52 commit 2b1b9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/grass7/Grass7Algorithm.py
Expand Up @@ -362,7 +362,7 @@ def processAlgorithm(self, progress):
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
Expand Down

0 comments on commit 2b1b9f5

Please sign in to comment.