Skip to content

Commit afea25b

Browse files
grizonnetmalexbruy
authored andcommitted
BUG: add version 5.4 to supported version
1 parent 1e7018f commit afea25b

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
@@ -143,7 +143,7 @@ def getInstalledVersion(runOtb=False):
143143

144144

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

0 commit comments

Comments
 (0)