From 1be381d18c913df3eb78b593bd657a4b4705bd88 Mon Sep 17 00:00:00 2001 From: Ammar ELWazir Date: Mon, 22 Apr 2024 17:39:36 -0500 Subject: [PATCH] Fixing issue related to python support in CentOS 7 Change-Id: I296fda319ab82505e836a4179c95c3a1e444ae00 --- plugin/att/att.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/att/att.py b/plugin/att/att.py index 181dc6bfc3..99c813ae61 100755 --- a/plugin/att/att.py +++ b/plugin/att/att.py @@ -40,7 +40,7 @@ class TraceData(ctypes.Structure): ] class TraceDataTranslated: - def __init__(self, inst) -> None: + def __init__(self, inst): self.type = inst.type self.num_waves = inst.hitcount self.cycles = inst.latency