From afea25bda2b30f97b354d17fc5b18c9db0b03be2 Mon Sep 17 00:00:00 2001 From: Manuel Grizonnet Date: Tue, 23 Aug 2016 10:14:51 +0200 Subject: [PATCH] BUG: add version 5.4 to supported version --- python/plugins/processing/algs/otb/OTBUtils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/plugins/processing/algs/otb/OTBUtils.py b/python/plugins/processing/algs/otb/OTBUtils.py index 0a34407d4b1..dca0ed151a7 100644 --- a/python/plugins/processing/algs/otb/OTBUtils.py +++ b/python/plugins/processing/algs/otb/OTBUtils.py @@ -143,7 +143,7 @@ def getInstalledVersion(runOtb=False): def compatibleDescriptionPath(version): - supportedVersions = {"5.0.0": "5.0.0", "5.6.0": "5.6.0"} + supportedVersions = {"5.0.0": "5.0.0", "5.4.0": "5.4.0", "5.6.0": "5.6.0"} if version is None: return None if version not in supportedVersions: