1
0
mirror of https://github.com/Escartem/AnimeWwise.git synced 2026-06-04 23:40:25 +08:00

fix file loading

This commit is contained in:
Escartem
2025-01-07 14:55:10 +01:00
parent f28afbb87c
commit d7f897ffdc
3 changed files with 7 additions and 7 deletions

View File

@@ -293,7 +293,7 @@ class WwiseExtract:
if os.path.isfile(hdiff_path):
load_path = hdiff_path
self.allocator.load_file(load_path)
self.allocator.load_file(load_path, source)
# extract every file from this one
for file in [file for file in files if file["source"] == source]: