File tree Expand file tree Collapse file tree
ted_sws/mapping_suite_processor/services Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ def mapping_suite_processor_zip_package(mapping_suite_package_path: pathlib.Path
5656def mapping_suite_processor_expand_package (mapping_suite_package_path : pathlib .Path ):
5757 """
5858 This function reads data from conceptual_mappings.xlsx and expand provided package.
59+ Note: we don't use this at the moment
5960 :param mapping_suite_package_path:
6061 :return:
6162 """
@@ -149,7 +150,6 @@ def mapping_suite_processor_from_github_expand_and_load_package_in_mongo_db(mapp
149150 mapping_suite_package_downloader .download (mapping_suite_package_name = mapping_suite_package_name ,
150151 output_mapping_suite_package_path = tmp_dir_path )
151152 mapping_suite_package_path = tmp_dir_path / mapping_suite_package_name
152- mapping_suite_processor_expand_package (mapping_suite_package_path = mapping_suite_package_path )
153153 mapping_suite_processor_load_package_in_mongo_db (mapping_suite_package_path = mapping_suite_package_path ,
154154 mongodb_client = mongodb_client ,
155155 load_test_data = load_test_data
You can’t perform that action at this time.
0 commit comments