Skip to content

Commit 542f9ae

Browse files
committed
fix typo in datasets.jl
1 parent 4ecc038 commit 542f9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/datasets.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ function Dataset(d::Dict; expected_project::Union{UUID, Nothing}=nothing)
183183
_get_json(project_json, "project_id", String)
184184
)
185185
if project_json_uuid != expected_project
186-
msg = "Project UUID mismatch in dataset response: $(project_json_uuid), requested $(project)"
186+
msg = "Project UUID mismatch in dataset response: $(project_json_uuid), requested $(expected_project)"
187187
throw(JuliaHubError(msg))
188188
end
189189
is_writable = _get_json(

0 commit comments

Comments
 (0)