Skip to content
Snippets Groups Projects
Commit 06dc1144 authored by Daniel Nemergut's avatar Daniel Nemergut
Browse files

Comparing the wrong strings

parent 58c3e912
No related branches found
No related tags found
2 merge requests!1706merge 2.8.4 to main,!1670WS-1405 CASA matrix service
Pipeline #15929 passed
......@@ -281,7 +281,7 @@ class CasaMatrixService(CasaMatrixServiceIF):
installed_version = self.get_installed_version_by_basename(allowed_version)
if installed_version:
# Put the recommended version as first in the list
if allowed_version == rec_version:
if installed_version["version"] == rec_version:
versions.insert(0, installed_version)
else:
versions.append(installed_version)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment