Skip to content

Commit 00fee36

Browse files
authored
Update fmriprep/workflows/base.py
1 parent a43ea0d commit 00fee36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/workflows/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ def init_single_subject_wf(subject_id: str):
338338

339339
# allow to run with anat-fast-track on fMRI-only dataset
340340
if 't1w_preproc' in anatomical_cache and not subject_data['t1w']:
341-
workflow.debug(
341+
config.loggers.workflow.debug(
342342
'No T1w image found; using precomputed T1w image: %s', anatomical_cache['t1w_preproc']
343343
)
344344
workflow.connect([

0 commit comments

Comments
 (0)