From e5e60915c5235914bf17964176745d065d77484c Mon Sep 17 00:00:00 2001 From: Yibei Chen Date: Thu, 28 Dec 2023 21:13:55 +0000 Subject: [PATCH] fix protocol path --- reproschema/redcap2reproschema.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reproschema/redcap2reproschema.py b/reproschema/redcap2reproschema.py index 07543a1..1111f9a 100644 --- a/reproschema/redcap2reproschema.py +++ b/reproschema/redcap2reproschema.py @@ -340,7 +340,7 @@ def process_csv( additional_notes_list, ) - os.makedirs(f"{abs_folder_path}/protocols/{protocol_name}", exist_ok=True) + os.makedirs(f"{abs_folder_path}/{protocol_name}", exist_ok=True) return datas, order, languages