Skip to content

Commit

Permalink
Update Catalyst.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Jul 31, 2024
1 parent 8c6dfdd commit ce7bf37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Catalyst.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ function __init__()
USE_GV_JLL[] = true
let cfg = joinpath(Graphviz_jll.artifact_dir, "lib", "graphviz", "config6")
if !isfile(cfg)
Graphviz_jll.dot(path -> run(`$path -c`))
Graphviz_jll.dot() do path
run(`$path -c`)
end
end
end
end
Expand Down

0 comments on commit ce7bf37

Please sign in to comment.