piglot.utils.yaml_parser.parse_config_file

parse_config_file(config_file: str) Dict[str, Any][source]

Parses the YAML configuration file.

Parameters

config_filestr

Path to the configuration file.

Returns

Dict[str, Any]

Dictionary with the YAML data.

Raises

RuntimeError

When the YAML parsing fails.