Skip to content

Commit 9fa5f76

Browse files
author
Shoshana Berleant
committed
fix
1 parent 9c29bfb commit 9fa5f76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nipype/interfaces/fsl/preprocess.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -601,9 +601,9 @@ class ApplyXfm(ApplyXFM):
601601
"""
602602
def __init__(self, **inputs):
603603
super(ApplyXfm, self).__init__(**inputs)
604-
warnings.warn(("This interface has been renamed since 0.12.1,"
605-
" please use nipype.interfaces.fsl.ApplyXFM"),
606-
UserWarning)
604+
warn(('This interface has been renamed since 0.12.1, please use '
605+
'nipype.interfaces.fsl.ApplyXFM'),
606+
UserWarning)
607607

608608
class MCFLIRTInputSpec(FSLCommandInputSpec):
609609
in_file = File(exists=True, position=0, argstr="-in %s", mandatory=True,

0 commit comments

Comments
 (0)