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:
@ -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.
|
||||
|
Reference in New Issue
Block a user