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 b323622 commit 5e4468dCopy full SHA for 5e4468d
nipype/interfaces/io.py
@@ -2459,7 +2459,7 @@ class JSONFileGrabber(IOBase):
2459
>>> jsonSource.inputs.in_file = 'jsongrabber.txt'
2460
>>> res = jsonSource.run()
2461
>>> pprint.pprint(res.outputs.get()) # doctest: +NORMALIZE_WHITESPACE
2462
- {'param1': 'exampleStr', 'param2': 4, 'param3': 1.0}
+ {'param1': u'exampleStr', 'param2': 4, 'param3': 1.0}
2463
2464
2465
"""
0 commit comments