navigate.tools.file_functions.save_yaml_file
- navigate.tools.file_functions.save_yaml_file(file_directory: str, content_dict: dict, filename='experiment.yml') → bool
Same YAML file to Disk
- Parameters:
file_directory (str) – String of directory to save data to.
content_dict (dict) – Dictionary that holds information about specified content.
filename (str) – String of name to save data to. Default is experiment.yml.
- Returns:
True if file was saved successfully, False otherwise.
- Return type:
bool