Skip to content

Commit 8051af4

Browse files
committed
Updated Syntax
1 parent 9400485 commit 8051af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pmm_qa/pmm-framework.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ def get_latest_psmdb_version(psmdb_version):
493493
if psmdb_version == "latest":
494494
return psmdb_version
495495
# workaround till 8.0 is released.
496-
elif psmdb_version == "8.0" or "8.0.1" or "8.0.1-1":
496+
elif psmdb_version in ("8.0", "8.0.1", "8.0.1-1"):
497497
return "8.0.1-1"
498498

499499
# Define the data to be sent in the POST request

0 commit comments

Comments
 (0)