Skip to content

Commit

Permalink
[processing] activate GRASS 7 by default and disable GRASS 6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Mar 20, 2016
1 parent 8afd110 commit a3c76c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Expand Up @@ -44,6 +44,7 @@ class GrassAlgorithmProvider(AlgorithmProvider):

def __init__(self):
AlgorithmProvider.__init__(self)
self.activate = False
self.createAlgsList() # Preloading algorithms to speed up

def initializeSettings(self):
Expand Down
Expand Up @@ -43,7 +43,6 @@ class Grass7AlgorithmProvider(AlgorithmProvider):

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

def initializeSettings(self):
Expand Down

0 comments on commit a3c76c6

Please sign in to comment.