Skip to content

Commit 7ff31d4

Browse files
committed
WIP: ICA_AROMA.py, add spaces after commas
1 parent d4e43b3 commit 7ff31d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/fsl/ICA_AROMA.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
class ICA_AROMAInputSpec(CommandLineInputSpec):
1515
feat_dir = Directory(exists=True, mandatory=True,
1616
argstr='-feat %s',
17-
xor=['in_file','mat_file','fnirt_warp_file','motion_parameters'],
17+
xor=['in_file', 'mat_file', 'fnirt_warp_file', 'motion_parameters'],
1818
desc='If a feat directory exists and temporal filtering '
1919
'has not been run yet, ICA_AROMA can use the files in '
2020
'this directory.')

0 commit comments

Comments
 (0)