BUG: add version 5.4 to supported version

This commit is contained in:
Manuel Grizonnet 2016-08-23 10:14:51 +02:00 committed by Alexander Bruy
parent 1e7018f0cc
commit afea25bda2

View File

@ -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: