Skip to content

Commit c73022b

Browse files
authored
[Fix] ClusterExecutor: Set empty apply_dict when files for dependencies are not available (#923)
1 parent 7e9bf9b commit c73022b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/executorlib/task_scheduler/file/backend.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def backend_execute_task_in_file(file_name: str) -> None:
6868
Returns:
6969
None
7070
"""
71+
apply_dict = {}
7172
try:
7273
apply_dict = backend_load_file(file_name=file_name)
7374
time_start = time.time()

0 commit comments

Comments
 (0)