Skip to content

Commit 2bc086b

Browse files
committedMar 27, 2017
[BUGFIX][Processing] SAGA not loaded on QGIS 2.18.5
Fixed #16378
1 parent 36080d6 commit 2bc086b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/processing/algs/saga/SagaAlgorithmProvider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class SagaAlgorithmProvider(AlgorithmProvider):
5353
"2.2.2": ("2.2.2", SagaAlgorithm214),
5454
"2.2.3": ("2.2.3", SagaAlgorithm214),
5555
"2.3.0": ("2.3.0", SagaAlgorithm230),
56-
"2.3.1": ("2.3.1", SagaAlgorithm230)}
56+
"2.3.1": ("2.3.0", SagaAlgorithm230)}
5757

5858
def __init__(self):
5959
AlgorithmProvider.__init__(self)

0 commit comments

Comments
 (0)
Please sign in to comment.