From c7c204b915f6a484f0b22c35f0833868e5425663 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Wed, 31 Jul 2024 11:13:00 -0400 Subject: [PATCH] Update src/Catalyst.jl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Mosè Giordano --- src/Catalyst.jl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Catalyst.jl b/src/Catalyst.jl index 0a9fde314a..80f4fd6814 100644 --- a/src/Catalyst.jl +++ b/src/Catalyst.jl @@ -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