get_config_path#

andes.utils.paths.get_config_path(file_name='andes.rc')[source]#

Return the path of the config file to be loaded.

Search Priority: 1. current directory; 2. home directory.

Parameters:
file_namestr, optional

Config file name with the default as andes.rc.

Returns:
Config path in string if found; None otherwise.