Skip to content

Commit

Permalink
Merge pull request #3762 from nirvn/processing_fix_grass
Browse files Browse the repository at this point in the history
[processing] fix grass/grass7 installation check
  • Loading branch information
alexbruy committed Nov 15, 2016
2 parents adcb772 + 4a4ffa4 commit 6c4eeda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/grass/GrassUtils.py
Expand Up @@ -383,7 +383,7 @@ def checkGrassIsInstalled(ignorePreviousState=False):
points(),
False,
False,
'None',
None,
-1,
0.0001,
0,
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/grass7/Grass7Utils.py
Expand Up @@ -363,7 +363,7 @@ def checkGrass7IsInstalled(ignorePreviousState=False):
points(),
False,
False,
'None',
None,
-1,
0.0001,
0,
Expand Down

0 comments on commit 6c4eeda

Please sign in to comment.