You've already forked PythonLib
mirror of
https://github.com/lifebottle/PythonLib.git
synced 2026-02-13 15:25:50 -08:00
Undo single-event error
This commit is contained in:
@@ -1028,7 +1028,7 @@ class ToolsTOR(ToolsTales):
|
||||
comp_type = re.search(self.VALID_FILE_NAME, pak_path.name).group(2)
|
||||
if file.parent.stem == "PAK0":
|
||||
pak_path = original_files / "PAK0" / (file.name + ".pak0")
|
||||
pak_o = Pak.from_path(pak_path, 1)
|
||||
pak_o = Pak.from_path(pak_path, 0)
|
||||
for pak_file in file.glob("*.bin"):
|
||||
file_index = int(pak_file.name.split(".bin")[0])
|
||||
with open(pak_file, "rb") as pf:
|
||||
|
||||
Reference in New Issue
Block a user