Skip to content

Commit

Permalink
Fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Apr 23, 2024
1 parent 07c77fb commit c58b7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/libribasim.jl
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ end

Base.@ccallable function execute(toml_path::Cstring)::Cint
@try_c_uninitialized begin
Ribasim.main(unsafe_string(name))
Ribasim.main(unsafe_string(toml_path))

Check warning on line 191 in core/src/libribasim.jl

View check run for this annotation

Codecov / codecov/patch

core/src/libribasim.jl#L189-L191

Added lines #L189 - L191 were not covered by tests
end
end

Expand Down

0 comments on commit c58b7fb

Please sign in to comment.