Skip to content

Commit

Permalink
[processing] fix typo in GRASS 7 provider
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Apr 25, 2014
1 parent a1d43ff commit 7f7118c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/grass7/Grass7Utils.py
Expand Up @@ -149,7 +149,7 @@ def createGrass7Script(commands):
output.write('if "%GRASS_ADDON_PATH%"=="" set PATH=%WINGISBASE%\\bin;%WINGISBASE%\\lib;%PATH%\n')
output.write('if not "%GRASS_ADDON_PATH%"=="" set PATH=%WINGISBASE%\\bin;%WINGISBASE%\\lib;%GRASS_ADDON_PATH%;%PATH%\n')
output.write('\n')
output.write('set GRASS_VERSION=' + Grass7Utils.getGrass7Version()
output.write('set GRASS_VERSION=' + Grass7Utils.getGrassVersion()
+ '\n')
output.write('if not "%LANG%"=="" goto langset\n')
output.write('FOR /F "usebackq delims==" %%i IN (`"%WINGISBASE%\\etc\\winlocale"`) DO @set LANG=%%i\n')
Expand Down

0 comments on commit 7f7118c

Please sign in to comment.