Skip to content

Commit 7f7118c

Browse files
committedApr 25, 2014
[processing] fix typo in GRASS 7 provider
1 parent a1d43ff commit 7f7118c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def createGrass7Script(commands):
149149
output.write('if "%GRASS_ADDON_PATH%"=="" set PATH=%WINGISBASE%\\bin;%WINGISBASE%\\lib;%PATH%\n')
150150
output.write('if not "%GRASS_ADDON_PATH%"=="" set PATH=%WINGISBASE%\\bin;%WINGISBASE%\\lib;%GRASS_ADDON_PATH%;%PATH%\n')
151151
output.write('\n')
152-
output.write('set GRASS_VERSION=' + Grass7Utils.getGrass7Version()
152+
output.write('set GRASS_VERSION=' + Grass7Utils.getGrassVersion()
153153
+ '\n')
154154
output.write('if not "%LANG%"=="" goto langset\n')
155155
output.write('FOR /F "usebackq delims==" %%i IN (`"%WINGISBASE%\\etc\\winlocale"`) DO @set LANG=%%i\n')

0 commit comments

Comments
 (0)
Please sign in to comment.