diff --git a/benchmark/configure.py b/benchmark/configure.py index 0782d21..280abe7 100644 --- a/benchmark/configure.py +++ b/benchmark/configure.py @@ -94,7 +94,7 @@ def logSystemInfo(cpref): info_devices = [] for device in cpref.devices: info_device = { - "name": device.name.rstrip(" (Display)"), + "name": device.name.replace(" (Display)", ""), "type": device.type, } info_devices.append(info_device)