Skip to content

Commit 78afc2a

Browse files
committed
fix bru2 doctest error
1 parent fcbf5a1 commit 78afc2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/bru2nii.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class Bru2(CommandLine):
4343
>>> converter = Bru2()
4444
>>> converter.inputs.input_dir = "brukerdir"
4545
>>> converter.cmdline # doctest: +ELLIPSIS +IGNORE_UNICODE
46-
'Bru2 -o .../nipype/nipype/testing/data/brukerdir brukerdir'
46+
'Bru2 -o .../nipype/testing/data/brukerdir brukerdir'
4747
"""
4848
input_spec = Bru2InputSpec
4949
output_spec = Bru2OutputSpec

0 commit comments

Comments
 (0)