Пример #1
0
	def make_config(self):
		"""make a yaml config file."""
		file_name = os.path.join(self.args.working_dir, self.args.output_filename + '.yaml')
		config_dict = Configurer.make_config_dict(self.args.components)
		Configurer.print2yaml(config_dict, file_name)
Пример #2
0
 def make_config(self):
     """make a yaml config file."""
     file_name = os.path.join(self.args.working_dir,
                              self.args.output_filename + '.yaml')
     config_dict = Configurer.make_config_dict(self.args.components)
     Configurer.print2yaml(config_dict, file_name)