Skip to content

Commit 0eb6ba0

Browse files
committed
DOCTEST: Ellipsis
1 parent 758251a commit 0eb6ba0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/interfaces/freesurfer/preprocess.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1562,8 +1562,8 @@ class RobustRegister(FSCommand):
15621562
>>> reg.inputs.target_file = 'T1.nii'
15631563
>>> reg.inputs.auto_sens = True
15641564
>>> reg.inputs.init_orient = True
1565-
>>> reg.cmdline # doctest: +ALLOW_UNICODE
1566-
'mri_robust_register --satit --initorient --lta structural_robustreg.lta --mov structural.nii --dst T1.nii'
1565+
>>> reg.cmdline # doctest: +ALLOW_UNICODE +ELLIPSIS
1566+
'mri_robust_register --satit --initorient --lta .../structural_robustreg.lta --mov structural.nii --dst T1.nii'
15671567
15681568
References
15691569
----------

0 commit comments

Comments
 (0)