Skip to content

Commit

Permalink
BUG: add version 5.4 to supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
grizonnetm authored and alexbruy committed Oct 20, 2016
1 parent 1e7018f commit afea25b
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 @@ -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:
Expand Down

0 comments on commit afea25b

Please sign in to comment.