Skip to content

Commit c21b966

Browse files
committed
fixed output truncation
1 parent ec119d9 commit c21b966

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

nipype/interfaces/afni/preprocess.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1402,6 +1402,12 @@ class ROIStatsInputSpec(CommandLineInputSpec):
14021402
quiet = traits.Bool(desc='execute quietly',
14031403
argstr='-quiet',
14041404
position=1)
1405+
1406+
terminal_output = traits.Enum('allatonce',
1407+
desc=('Control terminal output:'
1408+
'`allatonce` - waits till command is '
1409+
'finished to display output'),
1410+
nohash=True, mandatory=True, usedefault=True)
14051411

14061412

14071413
class ROIStatsOutputSpec(TraitedSpec):

0 commit comments

Comments
 (0)