Skip to content

Commit c5d7ffe

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

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
@@ -784,7 +784,8 @@ class SHConvInputSpec(CommandLineInputSpec):
784784
desc=("The response function"),
785785
)
786786
out_file = File(
787-
"sh.mif",
787+
name_template="%s_shconv.mif",
788+
name_source=["in_file"],
788789
argstr="%s",
789790
mandatory=True,
790791
position=-1,

0 commit comments

Comments
 (0)