added todo

This commit is contained in:
Robin Müller 2022-07-20 11:02:27 +02:00
parent a5dee6e417
commit 911aa0d89d
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ class InterfaceParser(FileParser):
def __assign_start_end_indexes(
start_name_list_list, end_name_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
end_list_list_completed = end_name_list_list
all_indexes_filled = False