Skip to content

Commit f1be111

Browse files
committed
afni utils.py - masktool - InputMultiPath for in_file argument
1 parent 507aafc commit f1be111

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

nipype/interfaces/afni/utils.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1636,12 +1636,11 @@ def _format_arg(self, name, spec, value):
16361636

16371637

16381638
class MaskToolInputSpec(AFNICommandInputSpec):
1639-
in_file = File(
1640-
desc='input file or files to 3dmask_tool',
1639+
in_file = InputMultiPath(
1640+
File(desc='input file or files to 3dmask_tool', exists=True),
16411641
argstr='-input %s',
16421642
position=-1,
16431643
mandatory=True,
1644-
exists=True,
16451644
copyfile=False)
16461645
out_file = File(
16471646
name_template='%s_mask',

0 commit comments

Comments
 (0)