Skip to content

Commit cd373d9

Browse files
grizonnetmalexbruy
authored andcommitted
BUG: add version 5.4 to supported version
(cherry picked from commit afea25b)
1 parent 2a92481 commit cd373d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/algs/otb/OTBUtils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def getInstalledVersion(runOtb=False):
142142

143143

144144
def compatibleDescriptionPath(version):
145-
supportedVersions = {"5.0.0": "5.0.0", "5.6.0": "5.6.0"}
145+
supportedVersions = {"5.0.0": "5.0.0", "5.4.0": "5.4.0", "5.6.0": "5.6.0"}
146146
if version is None:
147147
return None
148148
if version not in supportedVersions:

0 commit comments

Comments
 (0)