added todo
This commit is contained in:
parent
a5dee6e417
commit
911aa0d89d
@ -111,6 +111,7 @@ class InterfaceParser(FileParser):
|
|||||||
def __assign_start_end_indexes(
|
def __assign_start_end_indexes(
|
||||||
start_name_list_list, end_name_list_list
|
start_name_list_list, end_name_list_list
|
||||||
) -> Tuple[List, List]:
|
) -> Tuple[List, List]:
|
||||||
|
# TODO: Clean up this mess. Use a wrapper/helper class instead of wild list/indexes
|
||||||
start_list_list_completed = start_name_list_list
|
start_list_list_completed = start_name_list_list
|
||||||
end_list_list_completed = end_name_list_list
|
end_list_list_completed = end_name_list_list
|
||||||
all_indexes_filled = False
|
all_indexes_filled = False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user