mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-26 00:02:08 -05:00
BUG: add version 5.4 to supported version
This commit is contained in:
parent
1e7018f0cc
commit
afea25bda2
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user