Skip to content

Commit

Permalink
[BUGFIX][Processing] SAGA not loaded on QGIS 2.18.5
Browse files Browse the repository at this point in the history
Fixed #16378
  • Loading branch information
rldhont committed Mar 27, 2017
1 parent 36080d6 commit 2bc086b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -53,7 +53,7 @@ class SagaAlgorithmProvider(AlgorithmProvider):
"2.2.2": ("2.2.2", SagaAlgorithm214),
"2.2.3": ("2.2.3", SagaAlgorithm214),
"2.3.0": ("2.3.0", SagaAlgorithm230),
"2.3.1": ("2.3.1", SagaAlgorithm230)}
"2.3.1": ("2.3.0", SagaAlgorithm230)}

def __init__(self):
AlgorithmProvider.__init__(self)
Expand Down

0 comments on commit 2bc086b

Please sign in to comment.