Skip to content

Commit d1ebb00

Browse files
effigiesmgxd
andauthored
Update fmriprep/interfaces/confounds.py
Co-authored-by: Mathias Goncalves <[email protected]>
1 parent c28a615 commit d1ebb00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fmriprep/interfaces/confounds.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ def _run_interface(self, runtime):
9191

9292

9393
class _FSLRMSDeviationInputSpec(BaseInterfaceInputSpec):
94-
xfm_file = File(exists=True, desc='Head motion transform file')
95-
boldref_file = File(exists=True, desc='BOLD reference file')
94+
xfm_file = File(exists=True, mandatory=True, desc='Head motion transform file')
95+
boldref_file = File(exists=True, mandatory=True, desc='BOLD reference file')
9696

9797

9898
class _FSLRMSDeviationOutputSpec(TraitedSpec):

0 commit comments

Comments
 (0)