Fix HP raid controller parsing #131

Merged
cyrinux merged 2 commits from fix_hp_raid_inventory into master 2020-06-10 15:24:44 +02:00
Showing only changes of commit 6cec26b0fd - Show all commits

View file

@ -60,7 +60,7 @@ def _get_dict(lines, start_index, indentation):
if current_line_indentation == 0 and not product_name:
i = i + 1
continue
if current_line_indentation == indentation:
current_item = current_line.lstrip(' ')