Skip to content

Commit 2650ead

Browse files
committed
fix: doctest for commandline
1 parent ca51de1 commit 2650ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,7 @@ class must be instantiated with a command argument
11381138
'ls -al'
11391139
11401140
>>> cli.inputs.trait_get()
1141-
{'ignore_exception': False, 'args': '-al', 'environ': {'DISPLAY': ':1'}}
1141+
{'ignore_exception': False, 'terminal_output': 'stream', 'environ': {'DISPLAY': ':1'}, 'args': '-al'}
11421142
11431143
>>> cli.inputs.get_hashval()
11441144
({'args': '-al'}, 'a2f45e04a34630c5f33a75ea2a533cdd')

0 commit comments

Comments
 (0)