Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[sextante] fixed issue in GRASS installation test
  • Loading branch information
volaya committed May 14, 2013
1 parent 10acbe0 commit 47daaa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/sextante/grass/GrassUtils.py
Expand Up @@ -328,7 +328,7 @@ def checkGrassIsInstalled(ignoreRegistrySettings=False):

try:
from sextante import runalg
result = runalg("grass:v.voronoi", points(),False,False,"270778.60198,270855.745301,4458921.97814,4458983.8488",-1,0.0001,None)
result = runalg("grass:v.voronoi", points(),False,False,"270778.60198,270855.745301,4458921.97814,4458983.8488",-1,0.0001, 0, None)
if not os.path.exists(result['output']):
return "It seems that GRASS is not correctly installed and configured in your system.\nPlease install it before running GRASS algorithms."
except:
Expand Down

0 comments on commit 47daaa0

Please sign in to comment.