Skip to content

Commit f2f66bf

Browse files
authored
fix: Missing logger (#3624)
Closes #3616.
1 parent 7252b41 commit f2f66bf

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

fmriprep/workflows/bold/base.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,9 @@ def init_bold_wf(
714714
template = ref_.space
715715
density = ref_.spec.get('density') or ref_.spec.get('den') or None
716716
if density is None:
717-
config.loggers.warning(f'Cannot resample {ref_} without density specified.')
717+
config.loggers.workflow.warning(
718+
f'Cannot resample {ref_} without density specified.'
719+
)
718720
continue
719721

720722
resample_surfaces_wf = init_resample_surfaces_wf(

0 commit comments

Comments
 (0)