Skip to content

Commit 6e07437

Browse files
authored
Remove exception before reconall
1 parent 4e0b9bb commit 6e07437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CPAC/anat_preproc/anat_preproc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2686,7 +2686,7 @@ def freesurfer_abcd_preproc(wf, cfg, strat_pool, pipe_num, opt=None):
26862686
return (wf, outputs)
26872687

26882688
else:
2689-
raise Exception('freesurfer_dir not found')
2689+
26902690
### recon-all -all step ###
26912691
reconall = pe.Node(interface=freesurfer.ReconAll(),
26922692
name=f'anat_freesurfer_{pipe_num}',

0 commit comments

Comments
 (0)