Skip to content

Commit fe91b04

Browse files
committed
julia 1.0 fix
1 parent 89d220b commit fe91b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/metadata_utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ function metadata_model(
117117
load_path::Union{Nothing,String}=path,
118118
human_name::Union{Nothing,String}=nothing
119119
)
120-
isnothing(docstring) || Base.depwarn(DEPWARN_DOCSTRING, :metadata_model)
120+
docstring === nothing || Base.depwarn(DEPWARN_DOCSTRING, :metadata_model)
121121

122122
program = quote end
123123

0 commit comments

Comments
 (0)