mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-01 19:02:31 +01:00
Update
This commit is contained in:
@@ -52,7 +52,7 @@ def discover_sensors(device, sensor_kinds):
|
||||
will be returned.
|
||||
|
||||
"""
|
||||
hwmon_devices = device.listdir(HWMON_ROOT)
|
||||
hwmon_devices = device.list_directory(HWMON_ROOT)
|
||||
path = device.path
|
||||
sensors = []
|
||||
for hwmon_device in hwmon_devices:
|
||||
|
Reference in New Issue
Block a user