Skip to content

Commit

Permalink
fix isChild missing rename
Browse files Browse the repository at this point in the history
Signed-off-by: jorgee <[email protected]>
  • Loading branch information
jorgee committed Jan 30, 2025
1 parent 5f398ea commit 03e610b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ class GoogleBatchTaskHandler extends TaskHandler implements FusionAwareTask {
task.stderr = errorFile
}
status = TaskStatus.COMPLETED
if( belongsToArray )
if( isChild )
client.removeFromArrayTasks(jobId, taskId)
return true
}
Expand Down

0 comments on commit 03e610b

Please sign in to comment.