now it works again

This commit is contained in:
Robin Müller 2022-08-09 10:37:50 +02:00
parent fd9838bcba
commit e84be4bb17
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ class InterfaceParser(FileParser):
self._print_start_end_info()
for idx, file_table in enumerate(self.file_table_list):
self.__build_mod_interface_table(
self.file_conn_helpers[idx].sh.count, file_table
self.file_conn_helpers[idx].sh.cumulative_start_index, file_table
)
if self.print_table:
PrettyPrinter.pprint(self.mib_table)