Skip to content

Commit 964ae1f

Browse files
committed
[processing] fixed typo in saga supported versions
1 parent 7a7f2d7 commit 964ae1f

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
@@ -49,7 +49,7 @@ 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.0": ("2.2.2", SagaAlgorithm214)}
52+
"2.2.2": ("2.2.2", SagaAlgorithm214)}
5353

5454
def __init__(self):
5555
AlgorithmProvider.__init__(self)

0 commit comments

Comments
 (0)