Skip to content

Commit

Permalink
Modified a bit
Browse files Browse the repository at this point in the history
Signed-off-by: schamola <[email protected]>
  • Loading branch information
schamola committed Mar 7, 2024
1 parent 12f7769 commit e242772
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/modules/lpar_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ def parse_MCP_info(stdout):
current_resource = line.strip()[:-1]
else:
current_resource = line.strip()[:-1]
parsed_info[current_resource] = {}
elif "=" in line:
id, val = line.split("=")
if id[:2] == "\t":
Expand Down

0 comments on commit e242772

Please sign in to comment.