mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Fix SAGA 2.2.3 Processing detection
This commit is contained in:
parent
0c0d72bb03
commit
607642a562
@ -49,7 +49,8 @@ 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.2": ("2.2.2", SagaAlgorithm214)}
|
||||
"2.2.2": ("2.2.2", SagaAlgorithm214),
|
||||
"2.2.3": ("2.2.3", SagaAlgorithm214)}
|
||||
|
||||
def __init__(self):
|
||||
AlgorithmProvider.__init__(self)
|
||||
|
Loading…
x
Reference in New Issue
Block a user