Skip to content

Commit

Permalink
G5compare: adding missing list_folded in call
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus committed Sep 15, 2022
1 parent 090c8f0 commit 43e750d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GooseHDF5/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1124,6 +1124,7 @@ def compare_rename(
shallow=shallow,
max_depth=max_depth,
fold=fold,
list_folded=list_folded,
)

if rename is None:
Expand Down Expand Up @@ -1165,6 +1166,7 @@ def compare_rename(

opts.pop("max_depth")
opts.pop("fold")
opts.pop("list_folded")

for path_a, path_b in zip(rename_a, rename_b):
if not equal(a, b, path_a, path_b, **opts):
Expand Down

0 comments on commit 43e750d

Please sign in to comment.