From fd9c230657cc40e2a567529911e98be56a055a37 Mon Sep 17 00:00:00 2001 From: Mc-muffin <8714476+Mc-muffin@users.noreply.github.com> Date: Tue, 16 Jan 2024 14:15:17 -0500 Subject: [PATCH] Fix isotool edgecase bug --- isotool.py | 1 + 1 file changed, 1 insertion(+) diff --git a/isotool.py b/isotool.py index 27d8a74..2258e63 100644 --- a/isotool.py +++ b/isotool.py @@ -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()