Adjust python formatting

Signed-off-by: colramos-amd <colramos@amd.com>
This commit is contained in:
colramos-amd
2022-11-07 10:27:31 -06:00
parent c3c2eef259
commit 48b055f827
+1 -5
Vedi File
@@ -30,11 +30,7 @@ OMNIPERF_HOME = Path(__file__).resolve().parent
# OMNIPERF INFO
PROG = "omniperf"
SOC_LIST = ["mi50", "mi100", "mi200"]
DISTRO_MAP = {
"platform:el8": "rhel8",
"15.3": "sle15sp3",
"20.04": "ubuntu20_04"
}
DISTRO_MAP = {"platform:el8": "rhel8", "15.3": "sle15sp3", "20.04": "ubuntu20_04"}
version = os.path.join(OMNIPERF_HOME.parent, "VERSION")
try:
with open(version, "r") as file: