Skip to content

Commit e545b53

Browse files
committed
Add IGNORE_UNICODE tag to 3dNotes dockets.
1 parent 497131e commit e545b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/afni/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3050,7 +3050,7 @@ class Notes(CommandLine):
30503050
>>> notes.inputs.in_file = "functional.HEAD"
30513051
>>> notes.inputs.add = "This note is added."
30523052
>>> notes.inputs.add_history = "This note is added to history."
3053-
>>> notes.cmdline #doctest:
3053+
>>> notes.cmdline #doctest: +IGNORE_UNICODE
30543054
'3dNotes -a "This note is added." -h "This note is added to history." functional.HEAD'
30553055
>>> res = notes.run() # doctest: +SKIP
30563056
"""

0 commit comments

Comments
 (0)