Skip to content

Commit

Permalink
fix warn
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth committed Feb 22, 2021
1 parent bb5d135 commit 52b5c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WorldOceanDatabase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ function load!(dirname,indexname,varname,profiles,lons,lats,zs,times,ids)
wodname = joinpath(dirname,@sprintf("wod_%09dO.nc",cast[i]))

if !isfile(wodname)
warn("File $(wodname) does not exist")
@warn "File $(wodname) does not exist"
continue
end

Expand Down

0 comments on commit 52b5c6d

Please sign in to comment.