Skip to content

Commit 6c4eeda

Browse files
authoredNov 15, 2016
Merge pull request #3762 from nirvn/processing_fix_grass
[processing] fix grass/grass7 installation check
2 parents adcb772 + 4a4ffa4 commit 6c4eeda

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)
Please sign in to comment.