Skip to content

Commit 0852855

Browse files
committed
call super
1 parent 6a330bb commit 0852855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/spm/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ def _format_arg(self, opt, spec, val):
411411
if opt in ['write_wrap']:
412412
if len(val) != 3:
413413
raise ValueError('%s must have 3 elements' % opt)
414-
return val
414+
return super(Normalize, self)._format_arg(opt, spec, val)
415415

416416
def _parse_inputs(self):
417417
"""validate spm realign options if set to None ignore

0 commit comments

Comments
 (0)