Skip to content

Commit 7f244f1

Browse files
committed
fix: path coercion
1 parent 671742f commit 7f244f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/workflows/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def init_fmriprep_wf():
102102
ses_str = stringify_sessions(sessions)
103103
log_dir /= f'ses-{ses_str}'
104104

105-
log_dir /= 'log' / config.execution.run_uuid
105+
log_dir = log_dir / 'log' / config.execution.run_uuid
106106

107107
wf_name = '_'.join(
108108
('sub', subject_id,) +

0 commit comments

Comments
 (0)