From 60fdcabdc90aa6caab8541ad9d082ed45b3cd199 Mon Sep 17 00:00:00 2001 From: soju6jan Date: Mon, 3 Oct 2022 12:02:17 +0900 Subject: [PATCH] test --- lib/framework/init_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/framework/init_main.py b/lib/framework/init_main.py index 44c2722..d1fd829 100644 --- a/lib/framework/init_main.py +++ b/lib/framework/init_main.py @@ -292,7 +292,7 @@ class Framework: else: self.config['config_filepath'] = self.config['arg_config'] if not os.path.exists(self.config['config_filepath']): - if os.config.get('running_type') == 'docker': + if self.config.get('running_type') == 'docker': shutil.copy( os.path.join(self.path_app_root, 'files', 'config.yaml.docker'), self.config['config_filepath']