Skip to content
Snippets Groups Projects
Commit ecffbe8a authored by Leo Gordon's avatar Leo Gordon
Browse files

typo in a remark

parent e2104d1e
No related branches found
No related tags found
No related merge requests found
......@@ -315,7 +315,7 @@ sub dataflow_output_id {
# this tricky code is responsible for correct propagation of semaphores down the dataflow pipes:
my $propagate_semaphore = not exists ($create_job_options->{'-semaphored_job_id'}); # CONVENTION: if zero is explicitly supplied, it is a request not to propagate
# However nothing is supplied, semaphored_job_id will be propagated from the parent job:
# However if nothing is supplied, semaphored_job_id will be propagated from the parent job:
my $semaphored_job_id = $create_job_options->{'-semaphored_job_id'} ||= $self->input_job->semaphored_job_id();
# if branch_code is set to 1 (explicitly or impliticly), turn off automatic dataflow:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment