mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
[processing] fixed SAGA version handling
Conflicts: python/plugins/processing/algs/saga/SagaAlgorithmProvider.py
This commit is contained in:
parent
455089025e
commit
3ac5d0b095
@ -46,7 +46,9 @@ class SagaAlgorithmProvider(AlgorithmProvider):
|
||||
supportedVersions = {"2.1.2": ("2.1.2", SagaAlgorithm212),
|
||||
"2.1.3": ("2.1.3", SagaAlgorithm213),
|
||||
"2.1.4": ("2.1.4", SagaAlgorithm214),
|
||||
"2.2.0": ("2.2.0", SagaAlgorithm214)}
|
||||
"2.2.0": ("2.2.0", SagaAlgorithm214),
|
||||
"2.2.1": ("2.2.0", SagaAlgorithm214),
|
||||
"2.2.2": ("2.2.2", SagaAlgorithm214)}
|
||||
|
||||
def __init__(self):
|
||||
AlgorithmProvider.__init__(self)
|
||||
|
Loading…
x
Reference in New Issue
Block a user