Fix for Moonshot platform
- Fix to not crash although Moonshot Redfish is 0.95 even with firmware 1.41
This commit is contained in:
parent
846952810a
commit
0480f72fda
@ -66,6 +66,7 @@ class Base(object):
|
|||||||
links = getattr(self.data, mapping.redfish_mapper.map_links())
|
links = getattr(self.data, mapping.redfish_mapper.map_links())
|
||||||
if link_type in links:
|
if link_type in links:
|
||||||
return urljoin(self.url, links[link_type][mapping.redfish_mapper.map_links_ref()])
|
return urljoin(self.url, links[link_type][mapping.redfish_mapper.map_links_ref()])
|
||||||
|
raise AttributeError
|
||||||
else:
|
else:
|
||||||
links = getattr(self.data, link_type)
|
links = getattr(self.data, link_type)
|
||||||
link = getattr(links, mapping.redfish_mapper.map_links_ref())
|
link = getattr(links, mapping.redfish_mapper.map_links_ref())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user