From 6aa98b71b35c3f356df84e624bd984ea3b056eb5 Mon Sep 17 00:00:00 2001 From: Florez Ospina Juan Felipe Date: Wed, 27 Mar 2024 14:22:25 +0100 Subject: [PATCH] Implemented git add and commit for second metadata review step, and create it function to checkout branches. --- metadata_review_workflow.py | 2 +- ...smog_chamber_2024-03-27_UTC-OFST_+0100_NG-review_status.txt | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/metadata_review_workflow.py b/metadata_review_workflow.py index a015dec..409e91c 100644 --- a/metadata_review_workflow.py +++ b/metadata_review_workflow.py @@ -27,7 +27,7 @@ except Warning as ex: submit_review = True if submit_review: - metadata_review_lib.second_submit_metadata_review(output_filename_path) + metadata_review_lib.second_submit_metadata_review(output_filename_path,initials='NG') output_yml_filename_path_tail, filename = os.path.split(output_yml_filename_path) if os.path.exists(os.path.join(os.path.join(os.path.abspath(os.curdir),"review"),filename)): diff --git a/review/unified_file_smog_chamber_2024-03-27_UTC-OFST_+0100_NG-review_status.txt b/review/unified_file_smog_chamber_2024-03-27_UTC-OFST_+0100_NG-review_status.txt index 0c0875b..7d24853 100644 --- a/review/unified_file_smog_chamber_2024-03-27_UTC-OFST_+0100_NG-review_status.txt +++ b/review/unified_file_smog_chamber_2024-03-27_UTC-OFST_+0100_NG-review_status.txt @@ -1,2 +1 @@ -under review -submitted \ No newline at end of file +under review \ No newline at end of file