Renamed take_yml_snapshot_of_hdf5_file func as to_yaml func

This commit is contained in:
2024-09-25 16:49:44 +02:00
parent 7b221599d8
commit a57e46d89c
2 changed files with 6 additions and 6 deletions

View File

@ -352,7 +352,7 @@ def print_metadata(name, obj, folder_depth, yaml_dict):
#elif len(obj.name.split('/')) == 3:
# print(yaml.dump())
def take_yml_snapshot_of_hdf5_file(input_filename_path,folder_depth: int = 4):
def to_yaml(input_filename_path,folder_depth: int = 4):
yaml_dict = {}