2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-21 11:12:04 +00:00

Remove trailing spaces in file xCAT-openbmc-py/lib/python/agent/hwctl/executor/openbmc_sensor.py

This commit is contained in:
GONG Jie 2017-12-31 23:59:59 +00:00
parent fcbbf357e2
commit 2eea51e2fe

View File

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