mirror of
https://opendev.org/x/pyghmi
synced 2025-01-15 12:17:44 +00:00
Fix attempt to fetch firmware on System X
Return empty iterable if System X to be consistent with generic for now. Change-Id: Id08dd7fa0d18aa69aec1f0389226f67935d81bde
This commit is contained in:
parent
d4ed291e69
commit
e189c43f73
@ -328,6 +328,7 @@ class OEMHandler(generic.OEMHandler):
|
||||
command = firmware.get_categories()["firmware"]
|
||||
rsp = self.ipmicmd.xraw_command(**command["command"])
|
||||
return command["parser"](rsp["data"])
|
||||
return ()
|
||||
|
||||
def get_oem_capping_enabled(self):
|
||||
if self.has_tsm:
|
||||
|
Loading…
x
Reference in New Issue
Block a user