From d2c8a6b600a771c091f41d86edc68032dd1f1054 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file xCAT-openbmc-py/lib/python/agent/hwctl/sensor.py --- xCAT-openbmc-py/lib/python/agent/hwctl/sensor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-openbmc-py/lib/python/agent/hwctl/sensor.py b/xCAT-openbmc-py/lib/python/agent/hwctl/sensor.py index 510b2c920..e70e45c4e 100644 --- a/xCAT-openbmc-py/lib/python/agent/hwctl/sensor.py +++ b/xCAT-openbmc-py/lib/python/agent/hwctl/sensor.py @@ -17,7 +17,7 @@ class SensorInterface(object): :param task: a Task instance containing the nodes to act on. :return: sensor info list """ - return task.run('get_sensor_info', sensor_type) + return task.run('get_sensor_info', sensor_type) def get_beacon_info(self, task, display_type='full'): """Return the beacon info of the task's nodes.