Example #1
0
    def save_config(self) -> None:
        """
        Convert the config to dict and write it out to the YAML file.

        :return:
        """

        save_config(self.config.to_dict())
Example #2
0
 def save_config(self):
     save_config(self.config.to_dict())
Example #3
0
 def save_config(self):
     save_config(self.config.to_dict())