Skip to content

Commit 42792ea

Browse files
committed
pep8+merge
1 parent e9625a2 commit 42792ea

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
@@ -472,7 +472,7 @@ def init_single_subject_wf(
472472
}
473473
else:
474474
subject_data = collect_data(layout, subject_id, task_id, echo_idx,
475-
bids_filters=bids_filters)[0]
475+
bids_filters=bids_filters)[0]
476476

477477
# Make sure we always go through these two checks
478478
if not anat_only and subject_data['bold'] == []:

0 commit comments

Comments
 (0)