From 2eea51e2febb655be53bad6e478e04b97806c7c5 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/executor/openbmc_sensor.py --- .../lib/python/agent/hwctl/executor/openbmc_sensor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-openbmc-py/lib/python/agent/hwctl/executor/openbmc_sensor.py b/xCAT-openbmc-py/lib/python/agent/hwctl/executor/openbmc_sensor.py index 12ccefaa7..24d041912 100644 --- a/xCAT-openbmc-py/lib/python/agent/hwctl/executor/openbmc_sensor.py +++ b/xCAT-openbmc-py/lib/python/agent/hwctl/executor/openbmc_sensor.py @@ -55,7 +55,7 @@ class OpenBMCSensorTask(ParallelNodesCommand): info_list.append('%s %s %s: %s' % (led_label, i, led_type, beacon_dict.get(key_type, 'N/A'))) return info_list - + def get_sensor_info(self, sensor_type, **kw): @@ -118,5 +118,5 @@ class OpenBMCSensorTask(ParallelNodesCommand): self.callback.error(e.message, node) return beacon_info - +