mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-15 00:07:25 -05:00
fix processing/grass7 in master
This commit is contained in:
parent
eb9ef52389
commit
2b1b9f53ac
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user