Skip to content

Commit 959952e

Browse files
committed
Merge pull request #2820 from NaturalGIS/processing_fix_saga_223_detection
Fix SAGA 2.2.3 Processing detection
2 parents a0a20ea + 607642a commit 959952e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ class SagaAlgorithmProvider(AlgorithmProvider):
4949
"2.1.4": ("2.1.4", SagaAlgorithm214),
5050
"2.2.0": ("2.2.0", SagaAlgorithm214),
5151
"2.2.1": ("2.2.0", SagaAlgorithm214),
52-
"2.2.2": ("2.2.2", SagaAlgorithm214)}
52+
"2.2.2": ("2.2.2", SagaAlgorithm214),
53+
"2.2.3": ("2.2.3", SagaAlgorithm214)}
5354

5455
def __init__(self):
5556
AlgorithmProvider.__init__(self)

0 commit comments

Comments
 (0)