There was an error while loading. Please reload this page.
1 parent 7252b41 commit f2f66bfCopy full SHA for f2f66bf
1 file changed
fmriprep/workflows/bold/base.py
@@ -714,7 +714,9 @@ def init_bold_wf(
714
template = ref_.space
715
density = ref_.spec.get('density') or ref_.spec.get('den') or None
716
if density is None:
717
- config.loggers.warning(f'Cannot resample {ref_} without density specified.')
+ config.loggers.workflow.warning(
718
+ f'Cannot resample {ref_} without density specified.'
719
+ )
720
continue
721
722
resample_surfaces_wf = init_resample_surfaces_wf(
0 commit comments