Skip to content

Commit 833a840

Browse files
author
Shoshana Berleant
committed
prev commit failed on mac; make test more flexible
1 parent 5e4468d commit 833a840

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/interfaces/io.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2458,8 +2458,8 @@ class JSONFileGrabber(IOBase):
24582458
{'param1': 'overrideMe', 'param3': 1.0}
24592459
>>> jsonSource.inputs.in_file = 'jsongrabber.txt'
24602460
>>> res = jsonSource.run()
2461-
>>> pprint.pprint(res.outputs.get()) # doctest: +NORMALIZE_WHITESPACE
2462-
{'param1': u'exampleStr', 'param2': 4, 'param3': 1.0}
2461+
>>> pprint.pprint(res.outputs.get()) # doctest: +NORMALIZE_WHITESPACE, +ELLIPSIS
2462+
{'param1': ...'exampleStr', 'param2': 4, 'param3': 1.0}
24632463
24642464
24652465
"""

0 commit comments

Comments
 (0)