Skip to content

Commit 9e33803

Browse files
committed
Fixed doctest
1 parent b2de969 commit 9e33803

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
@@ -1819,7 +1819,7 @@ class JSONFileGrabber(IOBase):
18191819
>>> from nipype.interfaces.io import JSONFileGrabber
18201820
>>> jsonSource = JSONFileGrabber()
18211821
>>> jsonSource.inputs.in_file = 'jsongrabber.txt'
1822-
>>> res = jsonSource.run() # doctest: +SKIP
1822+
>>> res = jsonSource.run()
18231823
>>> print res.outputs.param1
18241824
'exampleStr'
18251825
>>> print res.outputs.param2

0 commit comments

Comments
 (0)