We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df7c965 commit 7225913Copy full SHA for 7225913
python/plugins/processing/algs/grass/GrassUtils.py
@@ -385,6 +385,6 @@ def checkGrassIsInstalled(ignorePreviousState=False):
385
running GRASS algorithms.'
386
except:
387
return 'Error while checking GRASS installation. GRASS might not \
388
- be correctly configured.\n' + s
+ be correctly configured.\n'
389
390
GrassUtils.isGrassInstalled = True
python/plugins/processing/algs/grass7/Grass7Utils.py
@@ -387,7 +387,7 @@ def checkGrass7IsInstalled(ignorePreviousState=False):
running GRASS GIS 7 algorithms.'
return 'Error while checking GRASS GIS 7 installation. GRASS GIS 7 might not \
391
392
Grass7Utils.isGrass7Installed = True
393
0 commit comments