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 fcbf5a1 commit 78afc2aCopy full SHA for 78afc2a
nipype/interfaces/bru2nii.py
@@ -43,7 +43,7 @@ class Bru2(CommandLine):
43
>>> converter = Bru2()
44
>>> converter.inputs.input_dir = "brukerdir"
45
>>> converter.cmdline # doctest: +ELLIPSIS +IGNORE_UNICODE
46
- 'Bru2 -o .../nipype/nipype/testing/data/brukerdir brukerdir'
+ 'Bru2 -o .../nipype/testing/data/brukerdir brukerdir'
47
"""
48
input_spec = Bru2InputSpec
49
output_spec = Bru2OutputSpec
0 commit comments