fix
This commit is contained in:
parent
6e676e97a1
commit
90c244283c
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ class OmreportRaid(Raid):
|
|||
for obj in controller_xml.find('Controllers').findall('DCStorageObject'):
|
||||
ctrl_index = get_field(obj, 'ControllerNum')
|
||||
self.controllers.append(
|
||||
OmreportController(ctrl_index, controller_xml)
|
||||
OmreportController(ctrl_index, obj)
|
||||
)
|
||||
|
||||
def get_controllers(self):
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue