Skip to content

Commit

Permalink
Merge pull request #2093 from NaturalGIS/fix_grass7
Browse files Browse the repository at this point in the history
[processing] fix grass7 provider
  • Loading branch information
alexbruy committed May 30, 2015
2 parents 2dc5d95 + 2b1b9f5 commit 0c9c631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/grass7/Grass7Algorithm.py
Original file line number Diff line number Diff line change
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 0c9c631

Please sign in to comment.