Skip to content

Commit 4a4ffa4

Browse files
committed
[processing] fix grass/grass7 installation check
1 parent d237e27 commit 4a4ffa4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/plugins/processing/algs/grass/GrassUtils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ def checkGrassIsInstalled(ignorePreviousState=False):
383383
points(),
384384
False,
385385
False,
386-
'None',
386+
None,
387387
-1,
388388
0.0001,
389389
0,

python/plugins/processing/algs/grass7/Grass7Utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ def checkGrass7IsInstalled(ignorePreviousState=False):
363363
points(),
364364
False,
365365
False,
366-
'None',
366+
None,
367367
-1,
368368
0.0001,
369369
0,

0 commit comments

Comments
 (0)