Skip to content

Commit

Permalink
fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Jun 6, 2024
1 parent 51eee96 commit 350de4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyiron_base/storage/hdfio.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ def _list_all(self):
dict: {'groups': [list of groups], 'nodes': [list of nodes]}
"""
if self.file_exists:
nodes, groups = _list_groups_and_nodes(
groups, nodes = _list_groups_and_nodes(
file_name=self.file_name,
h5_path=self.h5_path,
)
Expand Down

0 comments on commit 350de4c

Please sign in to comment.