We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce0fe0 commit eafd878Copy full SHA for eafd878
TestBaseModelica/precompile_skript.jl
@@ -4,7 +4,7 @@ using TestBaseModelica
4
examples = [
5
(splitext(basename(file))[1], file) for file in filter(
6
f -> endswith(f, ".bmo"),
7
- readdir(joinpath("examples"), join=true)
+ readdir(joinpath(@__DIR__, "examples"), join=true)
8
)
9
]
10
0 commit comments