Skip to content

Commit

Permalink
Update modules/nextflow/src/main/groovy/nextflow/processor/TaskRun.gr…
Browse files Browse the repository at this point in the history
…oovy [ci fast]

Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso authored Nov 5, 2024
1 parent 47cad17 commit 7a7e096
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ class TaskRun implements Cloneable {
* @param body A {@code BodyDef} object instance
*/
void resolve(BodyDef body) {
(processor.session.stubRun && config.getStubBlock())
processor.session.stubRun && config.getStubBlock()
? resolveStub(config.getStubBlock())
: resolveBody(body)
}
Expand Down

0 comments on commit 7a7e096

Please sign in to comment.