We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43ea0d commit 00fee36Copy full SHA for 00fee36
fmriprep/workflows/base.py
@@ -338,7 +338,7 @@ def init_single_subject_wf(subject_id: str):
338
339
# allow to run with anat-fast-track on fMRI-only dataset
340
if 't1w_preproc' in anatomical_cache and not subject_data['t1w']:
341
- workflow.debug(
+ config.loggers.workflow.debug(
342
'No T1w image found; using precomputed T1w image: %s', anatomical_cache['t1w_preproc']
343
)
344
workflow.connect([
0 commit comments