Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryOfCarim committed Aug 2, 2024
1 parent a4e0a09 commit 83e09e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mtfw/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def mod_export(loaded_arcs, app_id, mod_path, mrl_path):
from kaitaistruct import KaitaiStream

bpy.context.scene.albam.apps.app_selected = app_id
bpy.context.scene.import_only_main_lod = False
bpy.context.scene.albam.import_settings.import_only_main_lod = False

vfile_mod = bpy.context.scene.albam.vfs.select_vfile(app_id, mod_path)
vfile_mrl = bpy.context.scene.albam.vfs.get_vfile(app_id, mrl_path) if mrl_path else None
Expand Down

0 comments on commit 83e09e9

Please sign in to comment.