We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9400485 commit 8051af4Copy full SHA for 8051af4
pmm_qa/pmm-framework.py
@@ -493,7 +493,7 @@ def get_latest_psmdb_version(psmdb_version):
493
if psmdb_version == "latest":
494
return psmdb_version
495
# workaround till 8.0 is released.
496
- elif psmdb_version == "8.0" or "8.0.1" or "8.0.1-1":
+ elif psmdb_version in ("8.0", "8.0.1", "8.0.1-1"):
497
return "8.0.1-1"
498
499
# Define the data to be sent in the POST request
0 commit comments