All real samples ordered have working spec lookup

This commit is contained in:
Cole Deck 2024-03-14 22:09:12 -05:00
parent fc2af34450
commit 5502a5069d

View File

@ -247,7 +247,7 @@ def parse(filename, output_dir, partnum, dstype):
previous_table = table_name
# remove renamed tables
# remove & rename tables
for table_name in torename.keys():
tables[torename[table_name]] = tables[table_name]
del tables[table_name]