Skip to content

Commit 9bf6abd

Browse files
tsaloeffigies
andcommitted
Update niworkflows/interfaces/registration.py
Co-Authored-By: Chris Markiewicz <[email protected]>
1 parent 4650c08 commit 9bf6abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

niworkflows/interfaces/registration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ class EstimateReferenceImageInputSpec(BaseInterfaceInputSpec):
353353
'are provided, they are assumed '
354354
'to represent multiple echoes '
355355
'from the same run.'))
356-
sbref_file = InputMultiPath(File(exists=True),
356+
sbref_file = InputMultiObject(File(exists=True),
357357
desc=("Single band reference image. "
358358
"If multiple files are provided, "
359359
"they are assumed to represent "

0 commit comments

Comments
 (0)