Skip to content

Commit 5e4468d

Browse files
author
Shoshana Berleant
committed
fixed weird little unicode test bug on Ubuntu
1 parent b323622 commit 5e4468d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2459,7 +2459,7 @@ class JSONFileGrabber(IOBase):
24592459
>>> jsonSource.inputs.in_file = 'jsongrabber.txt'
24602460
>>> res = jsonSource.run()
24612461
>>> pprint.pprint(res.outputs.get()) # doctest: +NORMALIZE_WHITESPACE
2462-
{'param1': 'exampleStr', 'param2': 4, 'param3': 1.0}
2462+
{'param1': u'exampleStr', 'param2': 4, 'param3': 1.0}
24632463
24642464
24652465
"""

0 commit comments

Comments
 (0)