We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87fe412 commit 7a088cfCopy full SHA for 7a088cf
tests/testing_utils.py
@@ -40,7 +40,7 @@ def __init__(self, scene_object, module_tested, caching_needed=False):
40
if caching_needed:
41
config['text_dir'] = os.path.join(
42
self.path_tests_medias_cache, scene_object.__name__, 'Text')
43
- config['tex_dir'] = os.path.join(
+ file_writer_config['tex_dir'] = os.path.join(
44
self.path_tests_medias_cache, scene_object.__name__, 'Tex')
45
46
file_writer_config['skip_animations'] = True
0 commit comments