Skip to content

Commit

Permalink
fix error on startup if bpipe dev is first command run
Browse files Browse the repository at this point in the history
  • Loading branch information
ssadedin committed Aug 23, 2024
1 parent 61b1463 commit b2a1c32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/groovy/bpipe/Runner.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,7 @@ class Runner {

DirtyFileManager.theInstance.initCleanupState()

Runner.LOCAL_JOB_DIR.mkdirs()

log.info "Run ... "
normalShutdown = false
Expand Down

0 comments on commit b2a1c32

Please sign in to comment.