File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1505,16 +1505,16 @@ def _list_outputs(self):
1505
1505
if prefix :
1506
1506
outputs ['t_p_files' ] = glob .glob (os .path .join (
1507
1507
os .getcwd (),
1508
- '%s_%s_p_tstat*.nii' % (self .inputs .base_name ,prefix ))
1508
+ '%s_%s_p_tstat*.nii' % (self .inputs .base_name ,prefix ) ) )
1509
1509
outputs ['t_corrected_p_files' ] = glob .glob (os .path .join (
1510
1510
os .getcwd (),
1511
- '%s_%s_corrp_tstat*.nii' % (self .inputs .base_name ,prefix ))
1511
+ '%s_%s_corrp_tstat*.nii' % (self .inputs .base_name ,prefix )))
1512
1512
1513
1513
outputs ['f_p_files' ] = glob .glob (os .path .join (
1514
1514
os .getcwd (),
1515
- '%s_%s_p_fstat*.nii' % (self .inputs .base_name ,prefix ))
1515
+ '%s_%s_p_fstat*.nii' % (self .inputs .base_name ,prefix )))
1516
1516
outputs ['f_corrected_p_files' ] = glob .glob (os .path .join (
1517
1517
os .getcwd (),
1518
- '%s_%s_corrp_fstat*.nii' % (self .inputs .base_name ,prefix ))
1518
+ '%s_%s_corrp_fstat*.nii' % (self .inputs .base_name ,prefix )))
1519
1519
1520
1520
return outputs
You can’t perform that action at this time.
0 commit comments