FIX: check ws line problem solved

This commit is contained in:
Germann Elsa Sylvia
2023-02-21 13:40:29 +01:00
parent 1dbd6d73c5
commit 1114ebbba1

View File

@ -31,6 +31,7 @@ def asciidoc_json_dump(list, name, steps, Pmodules_db_path):
if len(list) > 1:
list_range = len(list) - steps + 1
for index in range(0, list_range, steps):
if len(list[index]) > 1:
matrix_row = [list[index].split()[0]]
if steps == 2:
matrix_row += [