Skip to content

Commit 6bfce44

Browse files
committed
Use AFNICommandInputSpec for ConvertdsetInputSpec
1 parent 15ff070 commit 6bfce44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/afni/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ def _list_outputs(self):
712712
return outputs
713713

714714

715-
class ConvertDsetInputSpec(CommandLineInputSpec):
715+
class ConvertDsetInputSpec(AFNICommandInputSpec):
716716
in_file = File(
717717
desc='input file to ConvertDset',
718718
argstr='-input %s',

0 commit comments

Comments
 (0)