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 c3b8df9 commit 6566a9c
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 @@ -226,7 +226,7 @@ def create_subs_sess_list(
output_dir.mkdir(parents=True, exist_ok=True)

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

0 comments on commit 6566a9c

Please sign in to comment.