Skip to content

Commit 1a387a8

Browse files
committed
fix: nohash test
1 parent 8878c0f commit 1a387a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/interfaces/base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,11 +1017,11 @@ class must be instantiated with a command argument
10171017
>>> cli.cmdline
10181018
'ls -al'
10191019
1020-
>>> cli.inputs.trait_get() #doctest: +SKIP
1020+
>>> cli.inputs.trait_get()
10211021
{'ignore_exception': False, 'args': '-al', 'environ': {'DISPLAY': ':1'}}
10221022
10231023
>>> cli.inputs.get_hashval()
1024-
({'ignore_exception': False, 'args': '-al', 'environ': {'DISPLAY': ':1'}}, 'b1faf85652295456a906f053d48daef6')
1024+
({'args': '-al'}, 'a2f45e04a34630c5f33a75ea2a533cdd')
10251025
10261026
"""
10271027

0 commit comments

Comments
 (0)