File tree 1 file changed +16
-16
lines changed 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -3013,26 +3013,26 @@ class QualityIndex(CommandLine):
3013
3013
3014
3014
3015
3015
class NotesInputSpec (AFNICommandInputSpec ):
3016
- in_file = File (desc = ' input file to 3dNotes' ,
3017
- argstr = '%s' ,
3016
+ in_file = File (desc = " input file to 3dNotes" ,
3017
+ argstr = "%s" ,
3018
3018
position = - 1 ,
3019
3019
mandatory = True ,
3020
3020
exists = True ,
3021
3021
copyfile = False )
3022
- add = traits .Str (desc = ' note to add' ,
3023
- argstr = ' -a "%s"' )
3024
- add_history = traits .Str (desc = ' note to add to history' ,
3025
- argstr = ' -h "%s"' ,
3026
- xor = [' rep_history' ])
3027
- rep_history = traits .Str (desc = ' note with which to replace history' ,
3028
- argstr = ' -HH "%s"' ,
3029
- xor = [' add_history' ])
3030
- delete = traits .Int (desc = ' delete note number num' ,
3031
- argstr = ' -d %d' )
3032
- ses = traits .Bool (desc = ' print to stdout the expanded notes' ,
3033
- argstr = ' -ses' )
3034
- out_file = File (desc = ' output image file name' ,
3035
- argstr = '%s' )
3022
+ add = traits .Str (desc = " note to add" ,
3023
+ argstr = " -a '%s'" )
3024
+ add_history = traits .Str (desc = " note to add to history" ,
3025
+ argstr = " -h '%s'" ,
3026
+ xor = [" rep_history" ])
3027
+ rep_history = traits .Str (desc = " note with which to replace history" ,
3028
+ argstr = " -HH '%s'" ,
3029
+ xor = [" add_history" ])
3030
+ delete = traits .Int (desc = " delete note number num" ,
3031
+ argstr = " -d %d" )
3032
+ ses = traits .Bool (desc = " print to stdout the expanded notes" ,
3033
+ argstr = " -ses" )
3034
+ out_file = File (desc = " output image file name" ,
3035
+ argstr = "%s" )
3036
3036
3037
3037
3038
3038
class Notes (CommandLine ):
You can’t perform that action at this time.
0 commit comments