Skip to content

Commit 0c0a871

Browse files
committed
doctest: Update quoted arg
1 parent 2382d3f commit 0c0a871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/ants/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ class LabelGeometry(ANTSCommand):
928928
>>> label_extract.inputs.dimension = 3
929929
>>> label_extract.inputs.label_image = 'atlas.nii.gz'
930930
>>> label_extract.cmdline
931-
'LabelGeometryMeasures 3 atlas.nii.gz [] atlas.csv'
931+
"LabelGeometryMeasures 3 atlas.nii.gz '[]' atlas.csv"
932932
933933
>>> label_extract.inputs.intensity_image = 'ants_Warp.nii.gz'
934934
>>> label_extract.cmdline

0 commit comments

Comments
 (0)