Skip to content

Commit

Permalink
Update modules/nextflow/src/main/groovy/nextflow/processor/TaskProces…
Browse files Browse the repository at this point in the history
…sor.groovy

Co-authored-by: Paolo Di Tommaso <[email protected]>
Signed-off-by: Ben Sherman <[email protected]>
  • Loading branch information
bentsherman and pditommaso authored Nov 20, 2024
1 parent c6ec4dc commit 4a277a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ class TaskProcessor {
this.config = config
this.taskBody = taskBody
if( taskBody.isShell )
log.warn1 "Process ${name} > the `shell` block is deprecated, use `script` instead"
log.warn "Process ${name} > the `shell` block is deprecated, use `script` instead"
this.name = name
this.maxForks = config.maxForks && config.maxForks>0 ? config.maxForks as int : 0
this.forksCount = maxForks ? new LongAdder() : null
Expand Down

0 comments on commit 4a277a7

Please sign in to comment.