Skip to content

Commit 3bec948

Browse files
committed
FIX: Doctest
1 parent 5858d08 commit 3bec948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabies/interfaces/workbench.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1431,7 +1431,7 @@ class VolumeLabelImport(WBCommand):
14311431
>>> label_import.inputs.label_list_file = data_dir / 'label_list.txt'
14321432
>>> label_import.cmdline #doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
14331433
'wb_command -volume-label-import .../atlas.nii .../label_list.txt \
1434-
atlas_labels.nii.gz -unlabeled-value 0'
1434+
atlas_labels.nii.gz'
14351435
"""
14361436

14371437
input_spec = VolumeLabelImportInputSpec

0 commit comments

Comments
 (0)