)]}'
{"openstack/cloud/_baremetal.py":[{"author":{"_account_id":5890,"name":"Doug Goldstein","email":"cardoe@cardoe.com","username":"cardoe"},"change_message_id":"6c0c13f212b761cf7e001f909543e8f58edc499e","unresolved":true,"context_lines":[{"line_number":24,"context_line":"def _normalize_port_list(nics, provision_state):"},{"line_number":25,"context_line":"    ports \u003d []"},{"line_number":26,"context_line":"    if not nics and provision_state !\u003d \"available\":"},{"line_number":27,"context_line":"        return iter(())"},{"line_number":28,"context_line":"    for row in nics:"},{"line_number":29,"context_line":"        if isinstance(row, str):"},{"line_number":30,"context_line":"            address \u003d row"}],"source_content_type":"text/x-python","patch_set":1,"id":"aa75ed4b_256dd6d2","line":27,"updated":"2025-11-12 06:17:19.000000000","message":"This is a different return type than a list. Also not seeing why this is even necessary. In the case when NICs aren\u0027t passed the NICs are suppose to be an empty array so the caller of this is wrong.","commit_id":"1457b5cdec1ff47c36420970c2aac2be600afdc3"}]}
