Skip to content

Commit 333dfa9

Browse files
committed
fix docs
1 parent 735724d commit 333dfa9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fmriprep/workflows/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,6 @@ def init_single_subject_wf(layout, subject_id, task_id, echo_idx, name, reportle
381381
't1w': ['/completely/made/up/path/sub-01_T1w.nii.gz'],
382382
'bold': ['/completely/made/up/path/sub-01_task-nback_bold.nii.gz']
383383
}
384-
layout = None
385384
else:
386385
subject_data = collect_data(layout, subject_id, task_id, echo_idx)[0]
387386

0 commit comments

Comments
 (0)