Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ssadedin committed Dec 16, 2017
1 parent 6ea0277 commit 732ae0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/groovy/bpipe/Pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -507,9 +507,9 @@ public class Pipeline implements ResourceRequestor {

static def run(def inputFile, Object host, Closure pipelineBuilder) {

if(Config.config.mode in ["run","retry","resume","remake"]) {
ExecutorPool.startPools(ExecutorFactory.instance, Config.userConfig)
}
if(Config.config.mode in ["run","retry","resume","remake"]) {
ExecutorPool.startPools(ExecutorFactory.instance, Config.userConfig)
}

log.info("Running with input " + inputFile)

Expand Down

0 comments on commit 732ae0a

Please sign in to comment.