Skip to content

Commit 41dd384

Browse files
author
Chiranthan M V
committed
Cleanup
1 parent bc81c10 commit 41dd384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/modules/platform_update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ def platform_update(module):
900900
if output.get('IOAdapterUpdate', {}).get(vios_id, []):
901901
available_io_updates = {'IOAdapterUpdate': {vios_id: output.get('IOAdapterUpdate', {}).get(vios_id, [])}}
902902
else:
903-
error_msg = f"No available I/O adapters found for VIOS {output.get('vios_name')}"
903+
error_msg = f"No available I/O adapters found for VIOS {io_update.get('vios_name')}"
904904
module.fail_json(msg=error_msg)
905905
else:
906906
io_id = str(io_update.get('vios_id')).zfill(3)

0 commit comments

Comments
 (0)