Fix isotool edgecase bug

This commit is contained in:
Mc-muffin
2024-01-16 14:15:17 -05:00
parent 6cec16e6bd
commit fd9c230657

View File

@@ -138,6 +138,7 @@ def dump_iso(iso_path: Path, filelist: Path, iso_files: Path) -> None:
record_ends.pop()
path_parts.pop()
iso.seek(record_pos.pop())
continue
# Parse the record
inode = iso.tell()