Skip to content

Commit

Permalink
initial changes for python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
RishavIDS committed Oct 25, 2023
1 parent af963e9 commit fbfd2af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down
File renamed without changes.

0 comments on commit fbfd2af

Please sign in to comment.