Skip to content

Commit

Permalink
More path info on file read error for comps
Browse files Browse the repository at this point in the history
  • Loading branch information
braamvandyk committed Jul 13, 2024
1 parent 550718c commit 350e1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components.jl
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ function readcomponentlist!(fs, foldername, filenames)
fs.comps[fn] = readcomponent(joinpath(foldername, fname))
count += 1
else
@warn "Component file $(fname) not found."
@warn "Component file $(joinpath(foldername, fname)) not found."
end
end

Expand Down

0 comments on commit 350e1f9

Please sign in to comment.