We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent a1d43ff commit 7f7118cCopy full SHA for 7f7118c
python/plugins/processing/algs/grass7/Grass7Utils.py
@@ -149,7 +149,7 @@ def createGrass7Script(commands):
149
output.write('if "%GRASS_ADDON_PATH%"=="" set PATH=%WINGISBASE%\\bin;%WINGISBASE%\\lib;%PATH%\n')
150
output.write('if not "%GRASS_ADDON_PATH%"=="" set PATH=%WINGISBASE%\\bin;%WINGISBASE%\\lib;%GRASS_ADDON_PATH%;%PATH%\n')
151
output.write('\n')
152
- output.write('set GRASS_VERSION=' + Grass7Utils.getGrass7Version()
+ output.write('set GRASS_VERSION=' + Grass7Utils.getGrassVersion()
153
+ '\n')
154
output.write('if not "%LANG%"=="" goto langset\n')
155
output.write('FOR /F "usebackq delims==" %%i IN (`"%WINGISBASE%\\etc\\winlocale"`) DO @set LANG=%%i\n')
0 commit comments