diff --git a/pyghmi/ipmi/oem/lenovo/imm.py b/pyghmi/ipmi/oem/lenovo/imm.py index 8ce6b87e..21833e20 100644 --- a/pyghmi/ipmi/oem/lenovo/imm.py +++ b/pyghmi/ipmi/oem/lenovo/imm.py @@ -975,6 +975,7 @@ class XCCClient(IMMClient): {'IndicatorLED': 'Blinking'}, method='PATCH') raise pygexc.BypassGenericBehavior() + raise pygexc.UnsupportedFunctionality() def get_description(self): dsc = self.wc.grab_json_response('/DeviceDescription.json')