diff --git a/redfish/standard.py b/redfish/standard.py index ddb96e1..a75edc6 100644 --- a/redfish/standard.py +++ b/redfish/standard.py @@ -234,7 +234,7 @@ class Systems(Device): self.smart_storage = None except AttributeError: # This means we don't have oem data - pass + self.data.Oem = None def reset_system(self): '''Force reset of the system.