mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
[processing] remove undefined variable (fix #11118)
This commit is contained in:
parent
df7c965a65
commit
72259135b1
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user