Skip to content

Commit 2b1b9f5

Browse files
author
Giovanni Manghi
committedMay 30, 2015
fix processing/grass7 in master
1 parent eb9ef52 commit 2b1b9f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/processing/algs/grass7/Grass7Algorithm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ def processAlgorithm(self, progress):
362362
outputCommands.append('g.region raster=' + out.name
363363
+ uniqueSufix)
364364

365-
if self.grassName == 'r.statistics':
365+
if self.grass7Name == 'r.statistics':
366366
# r.statistics saves its results in a non-qgis compatible
367367
# way. Post-process them with r.mapcalc.
368368
calcExpression = 'correctedoutput' + uniqueSufix

0 commit comments

Comments
 (0)
Please sign in to comment.