1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-01 19:02:31 +01:00
This commit is contained in:
Sebastian Goscik
2016-03-17 14:11:29 +00:00
parent 17a395fbd4
commit 913d41c86d
7 changed files with 10 additions and 12 deletions

View File

@@ -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: