Skip to content

Commit

Permalink
fix bug, remove io
Browse files Browse the repository at this point in the history
  • Loading branch information
enigne committed Jan 11, 2024
1 parent de58a04 commit 8ff29a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/usr/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ function issmdir() #{{{
if haskey(ENV, "ISSM_DIR")
issmdir = ENV["ISSM_DIR"]
else
println(io, "Could not determine the location of ISSM, use dJUICE path instead")
println("Could not determine the location of ISSM, use dJUICE path instead")
return "./"
end

if isempty(issmdir)
println(io, "Could not determine the location of ISSM, use dJUICE path instead")
println("Could not determine the location of ISSM, use dJUICE path instead")
return "./"
else
return issmdir
Expand Down

0 comments on commit 8ff29a5

Please sign in to comment.