Skip to content

Commit

Permalink
deactivate TauDEM provider by default
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Nov 13, 2012
1 parent c490465 commit d8d9766
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/sextante/taudem/TauDEMAlgorithmProvider.py
Expand Up @@ -50,6 +50,7 @@ class TauDEMAlgorithmProvider(AlgorithmProvider):

def __init__(self):
AlgorithmProvider.__init__(self)
self.activate = False
self.createAlgsList()

def getDescription(self):
Expand Down

0 comments on commit d8d9766

Please sign in to comment.