Skip to content

Commit c7c7baa

Browse files
committed
[processing] activate GRASS 7 by default and disable GRASS 6
1 parent 0cdfca7 commit c7c7baa

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

python/plugins/processing/algs/grass/GrassAlgorithmProvider.py

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ class GrassAlgorithmProvider(AlgorithmProvider):
4444

4545
def __init__(self):
4646
AlgorithmProvider.__init__(self)
47+
self.activate = False
4748
self.createAlgsList() # Preloading algorithms to speed up
4849

4950
def initializeSettings(self):

python/plugins/processing/algs/grass7/Grass7AlgorithmProvider.py

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ class Grass7AlgorithmProvider(AlgorithmProvider):
4343

4444
def __init__(self):
4545
AlgorithmProvider.__init__(self)
46-
self.activate = False
4746
self.createAlgsList()
4847

4948
def initializeSettings(self):

0 commit comments

Comments
 (0)