Skip to content

Commit

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

0 comments on commit c7c204b

Please sign in to comment.