Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
BUG: add version 5.4 to supported version
(cherry picked from commit afea25b)
  • Loading branch information
grizonnetm authored and alexbruy committed May 24, 2017
1 parent 2a92481 commit cd373d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/otb/OTBUtils.py
Expand Up @@ -142,7 +142,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:
Expand Down

0 comments on commit cd373d9

Please sign in to comment.