navigate.tools.file_functions.load_yaml_file
- navigate.tools.file_functions.load_yaml_file(file_path: str) → Optional[dict]
Load YAML file from Disk
- Parameters:
file_path (str) – String or path of the yaml file.
- Returns:
config_data –
A dictionary/list of the yaml file content.
None: if the yaml file has error or not exist.
- Return type:
dict/list/None