Skip to content

Commit

Permalink
Format black
Browse files Browse the repository at this point in the history
  • Loading branch information
pyiron-runner committed Dec 16, 2023
1 parent 3225246 commit a055b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyiron_base/storage/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ def to_hdf(self, hdf, group_name=None):
data_dict = self._type_to_dict()
data_dict["data_dict"] = self._dataset
if group_name:
h5_path = group_name/self.table_name
h5_path = group_name / self.table_name
else:
h5_path = self.table_name
with hdf.open(h5_path) as hdf_group:
Expand Down

0 comments on commit a055b6e

Please sign in to comment.