Skip to content

Commit

Permalink
path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultdvx committed Dec 18, 2024
1 parent 2561274 commit 3a3e0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clinicadl/utils/iotools/clinica_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def create_subs_sess_list(

if not file_name:
file_name = "subjects_sessions_list.tsv"
subjs_sess_tsv = open(subjs_sess_tsv_path, "w")
subjs_sess_tsv = open(output_dir / file_name, "w")
subjs_sess_tsv.write("participant_id" + "\t" + "session_id" + "\n")

if is_bids_dir:
Expand Down

0 comments on commit 3a3e0dd

Please sign in to comment.