Skip to content

Commit ead1d9f

Browse files
committedMar 20, 2013
[sextante] temporarily disabled SAGA installation check before running algorithm
1 parent a967454 commit ead1d9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎python/plugins/sextante/saga/SagaAlgorithm.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,8 @@ def exportRasterLayer(self, layer):
364364

365365

366366
def checkBeforeOpeningParametersDialog(self):
367-
return SagaUtils.checkSagaIsInstalled()
367+
pass
368+
#return SagaUtils.checkSagaIsInstalled()
368369

369370

370371
def checkParameterValuesBeforeExecuting(self):

0 commit comments

Comments
 (0)
Please sign in to comment.