We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e4468d commit 833a840Copy full SHA for 833a840
nipype/interfaces/io.py
@@ -2458,8 +2458,8 @@ class JSONFileGrabber(IOBase):
2458
{'param1': 'overrideMe', 'param3': 1.0}
2459
>>> jsonSource.inputs.in_file = 'jsongrabber.txt'
2460
>>> res = jsonSource.run()
2461
- >>> pprint.pprint(res.outputs.get()) # doctest: +NORMALIZE_WHITESPACE
2462
- {'param1': u'exampleStr', 'param2': 4, 'param3': 1.0}
+ >>> pprint.pprint(res.outputs.get()) # doctest: +NORMALIZE_WHITESPACE, +ELLIPSIS
+ {'param1': ...'exampleStr', 'param2': 4, 'param3': 1.0}
2463
2464
2465
"""
0 commit comments