Skip to content

Commit

Permalink
Update groups.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Kittisopikul <[email protected]>
  • Loading branch information
simonbyrne and mkitti authored Aug 31, 2023
1 parent 0538843 commit 912a89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/groups.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function open_group(
end
function open_group(parent::Union{File,Group}, name::AbstractString; pv...)
gapl = GroupAccessProperties(; pv...)
return open_group(parent, path, gapl)
return open_group(parent, name, gapl)
end

# Get the root group
Expand Down

0 comments on commit 912a89b

Please sign in to comment.