From fbfd2affd399c466f9ae210041c1b16dc68e4714 Mon Sep 17 00:00:00 2001 From: RishavIDS Date: Wed, 25 Oct 2023 20:05:37 +0200 Subject: [PATCH] initial changes for python 3.10 --- .../esg_data_pipeline/esg_data_pipeline/extraction_server.py | 2 +- data_extractor/pyproject.toml => pyproject.toml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename data_extractor/pyproject.toml => pyproject.toml (100%) diff --git a/data_extractor/code/esg_data_pipeline/esg_data_pipeline/extraction_server.py b/data_extractor/code/esg_data_pipeline/esg_data_pipeline/extraction_server.py index 3caa595..fc77e6c 100644 --- a/data_extractor/code/esg_data_pipeline/esg_data_pipeline/extraction_server.py +++ b/data_extractor/code/esg_data_pipeline/esg_data_pipeline/extraction_server.py @@ -210,7 +210,7 @@ def run_curation(): s3c_main.download_files_in_prefix_to_dir(project_prefix + '/input/annotations', annotation_folder) - #shutil.copyfile(os.path.join(config.KPI_FOLDER, "kpi_mapping.csv"), "/app/code/kpi_mapping.csv") + shutil.copyfile(os.path.join(config.KPI_FOLDER, "kpi_mapping.csv"), "/app/code/kpi_mapping.csv") config.STAGE = 'curate' config.TextCurator_kwargs['retrieve_paragraph'] = curation_settings['retrieve_paragraph'] diff --git a/data_extractor/pyproject.toml b/pyproject.toml similarity index 100% rename from data_extractor/pyproject.toml rename to pyproject.toml