Skip to content

Commit

Permalink
[processing] fix grass/grass7 installation check
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Nov 15, 2016
1 parent d237e27 commit 4a4ffa4
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 4a4ffa4

Please sign in to comment.