mirror of
https://github.com/Escartem/AnimeWwise.git
synced 2026-06-09 10:34:08 +08:00
Typo
This commit is contained in:
@@ -185,7 +185,7 @@ def extract_sector(section_size, is_sounds, is_externals, ext, endianness, lang_
|
|||||||
else:
|
else:
|
||||||
path = "".join([f"{e}/" for e in list(lang_array.values())])
|
path = "".join([f"{e}/" for e in list(lang_array.values())])
|
||||||
|
|
||||||
# se file name
|
# set file name
|
||||||
if alt_mode == 1 and is_externals == 1:
|
if alt_mode == 1 and is_externals == 1:
|
||||||
name = f"externals/{path}{file_id_1:08x}{file_id_2:08x}.{ext}"
|
name = f"externals/{path}{file_id_1:08x}{file_id_2:08x}.{ext}"
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user