Commit 5e637283 authored by Joel Collins's avatar Joel Collins
Browse files

Added extra debug log

parent 70be245c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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: