Skip to content

Commit

Permalink
h5fuse updated to process all the subfile listed
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Aug 1, 2024
1 parent fc4a94e commit 5bfde5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions utils/subfiling_vfd/h5fuse.in
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,7 @@ else
for i in "${subfiles[@]}"; do
subfile="${subfile_dir}/${i}"
match=0

for ((j=0; j<${#subf_list[@]}; ++j)); do
for ((j=0; j<nsubfiles; ++j)); do
if [[ "${subf_list[j]}" == "$subfile" ]]; then
unset "subf_list[$j]" # Use unset within loop for proper removal
match=1
Expand Down

0 comments on commit 5bfde5f

Please sign in to comment.