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 [ci skip]

Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso authored Oct 21, 2024
1 parent df76f42 commit 1e4c613
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,6 @@ class TaskProcessor {
session.getExecService().submit {
try {
taskCopy.runType = RunType.RETRY

checkCachedOrLaunchTask( taskCopy, taskCopy.hash, false )
}
catch( Throwable e ) {
Expand Down

0 comments on commit 1e4c613

Please sign in to comment.