mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
[processing] fixed typo in saga supported versions
This commit is contained in:
parent
7a7f2d7487
commit
964ae1ff04
@ -49,7 +49,7 @@ class SagaAlgorithmProvider(AlgorithmProvider):
|
||||
"2.1.4": ("2.1.4", SagaAlgorithm214),
|
||||
"2.2.0": ("2.2.0", SagaAlgorithm214),
|
||||
"2.2.1": ("2.2.0", SagaAlgorithm214),
|
||||
"2.2.0": ("2.2.2", SagaAlgorithm214)}
|
||||
"2.2.2": ("2.2.2", SagaAlgorithm214)}
|
||||
|
||||
def __init__(self):
|
||||
AlgorithmProvider.__init__(self)
|
||||
|
Loading…
x
Reference in New Issue
Block a user