Skip to content

Commit 355bd8a

Browse files
tsaloeffigies
andcommitted
Update niworkflows/interfaces/registration.py
Co-Authored-By: Chris Markiewicz <[email protected]>
1 parent da07abb commit 355bd8a

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
@@ -347,7 +347,7 @@ def _post_run_hook(self, runtime):
347347

348348

349349
class EstimateReferenceImageInputSpec(BaseInterfaceInputSpec):
350-
in_file = InputMultiPath(File(exists=True),
350+
in_file = InputMultiObject(File(exists=True),
351351
mandatory=True,
352352
desc=('4D EPI file. If multiple files '
353353
'are provided, they are assumed '

0 commit comments

Comments
 (0)