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 8281007 commit ab123dcCopy full SHA for ab123dc
executorlib/task_scheduler/file/shared.py
@@ -134,7 +134,7 @@ def execute_tasks_h5(
134
resource_dict=task_resource_dict,
135
config_directory=pysqa_config_directory,
136
backend=backend,
137
- cache_directory=os.path.join(cache_directory, task_key),
+ cache_directory=cache_directory,
138
)
139
file_name_dict[task_key] = os.path.join(
140
cache_directory, task_key + "_o.h5"
0 commit comments