Skip to content

Commit

Permalink
always do vine_manager_get_output_files
Browse files Browse the repository at this point in the history
  • Loading branch information
JinZhou5042 committed Nov 26, 2024
1 parent ad3773c commit dd33478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskvine/src/manager/vine_manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -1280,9 +1280,9 @@ static int fetch_outputs_from_worker(struct vine_manager *q, struct vine_worker_
result = retrieve_output(q, w, t);
if (result == VINE_SUCCESS) {
t->output_received = 1;
result = vine_manager_get_output_files(q, w, t);
}
}
result = vine_manager_get_output_files(q, w, t);
break;
}

Expand Down

0 comments on commit dd33478

Please sign in to comment.