Skip to content

Commit a725ce4

Browse files
Do not keep extension.
1 parent 2b68b2c commit a725ce4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nipype/interfaces/minc/minc.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,8 @@ class ToEcatInputSpec(CommandLineInputSpec):
512512
position=-1,
513513
name_source=['input_file'],
514514
hash_files=False,
515-
name_template='%s_to_ecat.v')
515+
name_template='%s_to_ecat.v',
516+
keep_extension=False)
516517

517518
ignore_patient_variable = traits.Bool(
518519
desc='Ignore informations from the minc patient variable.',

0 commit comments

Comments
 (0)