mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Merge pull request #2093 from NaturalGIS/fix_grass7
[processing] fix grass7 provider
This commit is contained in:
commit
0c9c63176a
@ -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