From a77d9ba0e434717e25ecbcd43bef198f17562e4e Mon Sep 17 00:00:00 2001 From: Uggla Date: Fri, 24 Feb 2017 10:53:16 +0100 Subject: [PATCH] Fix for Oem data - Set Oem data to none to avoid client exceptions. Change-Id: I24274e86bfe7f49e41ff57e17deabb526d5106a0 --- redfish/standard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.