[processing] remove undefined variable (fix #11118)

This commit is contained in:
Alexander Bruy 2014-10-02 17:58:25 +03:00
parent df7c965a65
commit 72259135b1
2 changed files with 2 additions and 2 deletions

View File

@ -385,6 +385,6 @@ class GrassUtils:
running GRASS algorithms.'
except:
return 'Error while checking GRASS installation. GRASS might not \
be correctly configured.\n' + s
be correctly configured.\n'
GrassUtils.isGrassInstalled = True

View File

@ -387,7 +387,7 @@ class Grass7Utils:
running GRASS GIS 7 algorithms.'
except:
return 'Error while checking GRASS GIS 7 installation. GRASS GIS 7 might not \
be correctly configured.\n' + s
be correctly configured.\n'
Grass7Utils.isGrass7Installed = True