Skip to content

Commit 8839b07

Browse files
committed
changes behavior for a starting HPE server and reported storage #170
1 parent c3bd6b4 commit 8839b07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cr_module/storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,7 @@ def get_enclosures(enclosure_link):
10251025
plugin_object.add_output_data("OK", summary_status,
10261026
summary=True, location=f"System {system_id}")
10271027

1028-
continue
1028+
return
10291029

10301030
plugin_object.add_data_retrieval_error(StorageController, controller_response,
10311031
storage_member.get("@odata.id"))

0 commit comments

Comments
 (0)