Skip to content

Commit

Permalink
fix protocol path
Browse files Browse the repository at this point in the history
  • Loading branch information
yibeichan committed Dec 28, 2023
1 parent 163316c commit e5e6091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reproschema/redcap2reproschema.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit e5e6091

Please sign in to comment.