save_conf#

andes.main.save_conf(config_path=None, overwrite=None, **kwargs)[source]#

Save the Andes config to a file at the path specified by save_config. The save action will not run if save_config = ''.

Parameters:
config_pathNone or str, optional, ('' by default)

Path to the file to save the config file. If the path is an emtpy string, the save action will not run. Save to ~/.andes/andes.conf if None.

Returns:
bool

True is the save action is run. False otherwise.