Skip to content

Commit

Permalink
create aok.txt or fail.txt for PlutoConfig case
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelforget committed Aug 15, 2023
1 parent eb67a02 commit c5006be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/notebooks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ function notebook_launch(MC::PlutoConfig)
run(`julia --project=. main.jl`)
write("aok.txt","main.jl seems to have run aok")
catch e
write("fail.txt","main.jl seems to have FAILED")
tmp[1]="model run may have failed"
end

Expand Down

0 comments on commit c5006be

Please sign in to comment.