Skip to content

Commit 9b77fcc

Browse files
committed
fix sloppy edit
1 parent 5cc362b commit 9b77fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/workflows/bold/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ def init_func_preproc_wf(bold_file, ignore, freesurfer,
273273
LOGGER.warning("Single-band reference found, but not supported in "
274274
"multi-echo workflows at this time. Ignoring.")
275275
elif files:
276-
sbref_file = files[0].filename
276+
sbref_file = files[0]
277277
sbbase = os.path.basename(sbref_file)
278278
if len(files) > 1:
279279
LOGGER.warning(

0 commit comments

Comments
 (0)