We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8b0365 commit bb4eae9Copy full SHA for bb4eae9
nipype/interfaces/afni/preprocess.py
@@ -3051,8 +3051,8 @@ class Notes(CommandLine):
3051
>>> notes.inputs.add = "This note is added."
3052
>>> notes.inputs.add_history = "This note is added to history."
3053
>>> notes.cmdline #doctest: +IGNORE_UNICODE
3054
- '3dNotes -a "This note is added." -h "This note is added to history." functional.HEAD'
3055
>>> res = notes.run() # doctest: +SKIP
+ "3dNotes -a 'This note is added.' -h 'This note is added to history.' functional.HEAD"
3056
"""
3057
3058
_cmd = '3dNotes'
0 commit comments