diff --git a/pyghmi/redfish/command.py b/pyghmi/redfish/command.py index 7d72ec31..847b647f 100644 --- a/pyghmi/redfish/command.py +++ b/pyghmi/redfish/command.py @@ -123,7 +123,6 @@ class SensorReading(object): 'Status', {}).get('Health', None), const.Health.Warning) self.states = [healthinfo.get('Status', {}).get('Health', 'Unknown')] - self.health = _healthmap[healthinfo['Status']['Health']] if self.health == const.Health.Ok: self.states = [] self.value = value