File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
python/plugins/processing/algs/grass7 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ def createGrass7Script(commands):
142
142
output .write ('set GISBASE=' + folder + '\n ' )
143
143
output .write ('set GRASS_PROJSHARE=' + folder + os .sep + 'share'
144
144
+ os .sep + 'proj' + '\n ' )
145
- output .write ('set GRASS_MESSAGE_FORMAT=gui \n ' )
145
+ output .write ('set GRASS_MESSAGE_FORMAT=plain \n ' )
146
146
147
147
# Replacement code for etc/Init.bat
148
148
output .write ('if "%GRASS_ADDON_PATH%"=="" set PATH=%WINGISBASE%\\ bin;%WINGISBASE%\\ lib;%PATH%\n ' )
@@ -247,7 +247,7 @@ def prepareGrass7Execution(commands):
247
247
else :
248
248
gisrc = userFolder () + os .sep + 'processing.gisrc7'
249
249
env ['GISRC' ] = gisrc
250
- env ['GRASS_MESSAGE_FORMAT' ] = 'gui '
250
+ env ['GRASS_MESSAGE_FORMAT' ] = 'plain '
251
251
env ['GRASS_BATCH_JOB' ] = Grass7Utils .grassBatchJobFilename ()
252
252
del env ['GISBASE' ]
253
253
Grass7Utils .createGrass7BatchJobFileFromGrass7Commands (commands )
You can’t perform that action at this time.
0 commit comments