Skip to content

Commit

Permalink
Fix SAGA 2.2.3 Processing detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Manghi committed Feb 20, 2016
1 parent 0c0d72b commit 607642a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/plugins/processing/algs/saga/SagaAlgorithmProvider.py
Expand Up @@ -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)
Expand Down

0 comments on commit 607642a

Please sign in to comment.