Skip to content

Commit 5266a7c

Browse files
tcloseeffigies
andauthored
Update nipype/interfaces/mrtrix3/utils.py
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent a6e440d commit 5266a7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nipype/interfaces/mrtrix3/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,8 @@ class SH2AmpInputSpec(CommandLineInputSpec):
845845
),
846846
)
847847
out_file = File(
848-
"amp.mif",
848+
name_template="%s_amp.mif",
849+
name_source=["in_file"],
849850
argstr="%s",
850851
mandatory=True,
851852
position=-1,

0 commit comments

Comments
 (0)