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

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

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent c74e9d5d65
commit d2c8a6b600

View File

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