Renamed take_yml_snapshot_of_hdf5_file func as to_yaml func
This commit is contained in:
@ -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 = {}
|
||||
|
||||
|
Reference in New Issue
Block a user