diff --git a/fmriprep/workflows/base.py b/fmriprep/workflows/base.py index 0f70b6f2d..de8a2c8a0 100644 --- a/fmriprep/workflows/base.py +++ b/fmriprep/workflows/base.py @@ -146,7 +146,6 @@ def init_single_subject_fit_wf(subject_id: str): derivatives_dir=deriv_dir, subject_id=subject_id, std_spaces=std_spaces, - freesurfer=config.workflow.run_reconall, ) ) @@ -550,7 +549,6 @@ def init_single_subject_wf(subject_id: str): derivatives_dir=deriv_dir, subject_id=subject_id, std_spaces=std_spaces, - freesurfer=config.workflow.run_reconall, ) )