Skip to content

Commit 7a088cf

Browse files
fixed config file related stuff, waiting for a fix
1 parent 87fe412 commit 7a088cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testing_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def __init__(self, scene_object, module_tested, caching_needed=False):
4040
if caching_needed:
4141
config['text_dir'] = os.path.join(
4242
self.path_tests_medias_cache, scene_object.__name__, 'Text')
43-
config['tex_dir'] = os.path.join(
43+
file_writer_config['tex_dir'] = os.path.join(
4444
self.path_tests_medias_cache, scene_object.__name__, 'Tex')
4545

4646
file_writer_config['skip_animations'] = True

0 commit comments

Comments
 (0)