Skip to content

Commit

Permalink
verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Nov 22, 2024
1 parent 2314217 commit 6cb6efb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MadsIO.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1896,8 +1896,8 @@ function fixlinks(dir::AbstractString="."; test::Bool=true, verbose::Bool=false)
verbose && println("Checking Link: $(f)")
link = readlink(f)
if length(link) > 255
printstyled("Link `$(f)` needs to be fixed: it is too long!\n"; color=:red)
println(link)
printstyled("Link `$(joinpath(pwd(), f))` needs to be fixed: it is too long!\n"; color=:red)
verbose && println(link)
r, e = splitext(f)
fn = joinpath("..", "..", "models", "$(r)-models", "$(r).$(e)")
if isfile(fn)
Expand Down

0 comments on commit 6cb6efb

Please sign in to comment.