You've already forked PythonLib
mirror of
https://github.com/lifebottle/PythonLib.git
synced 2026-02-13 15:25:50 -08:00
Fix isotool edgecase bug
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user