Added extra debug log
This commit is contained in:
parent
70be245c2a
commit
5e6372835e
1 changed files with 1 additions and 0 deletions
|
|
@ -142,6 +142,7 @@ def save_yaml_file(config_path: str, config_dict: dict, safe: bool = False):
|
|||
config_path = os.path.expanduser(config_path)
|
||||
|
||||
logging.info("Saving {}...".format(config_path))
|
||||
logging.debug(config_dict)
|
||||
|
||||
with open(config_path, 'w') as outfile:
|
||||
if not safe:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue