Skip to content

Commit 18994c6

Browse files
committed
Adding # doctest: +ALLOW_UNICODE for unicode
1 parent cc1c6d0 commit 18994c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/niftyreg/regutils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ class RegAverage(NiftyRegCommand):
409409
>>> two_file = 'im2.nii'
410410
>>> three_file = 'im3.nii'
411411
>>> node.inputs.avg_files = [one_file, two_file, three_file]
412-
>>> node.cmdline
412+
>>> node.cmdline # doctest: +ALLOW_UNICODE
413413
'reg_average --cmd_file reg_average_cmd'
414414
415415
"""

0 commit comments

Comments
 (0)