Skip to content

Commit 47daaa0

Browse files
committed
[sextante] fixed issue in GRASS installation test
1 parent 10acbe0 commit 47daaa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/sextante/grass/GrassUtils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ def checkGrassIsInstalled(ignoreRegistrySettings=False):
328328

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

0 commit comments

Comments
 (0)