Remove whitespace
This commit is contained in:
parent
610c85af4e
commit
6cec26b0fd
1 changed files with 1 additions and 1 deletions
|
@ -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(' ')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue