Skip to content

Commit a43ea0d

Browse files
effigiesmgxd
andauthored
Update fmriprep/workflows/base.py
Co-authored-by: Mathias Goncalves <[email protected]>
1 parent 1765d4a commit a43ea0d

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
@@ -547,7 +547,7 @@ def init_single_subject_wf(subject_id: str):
547547
entities={'subject': subject_id},
548548
)
549549
config.loggers.workflow.debug(
550-
'Detected precomputed fieldmaps in %d for fieldmap IDs: %s', deriv_dir, list(fmaps)
550+
'Detected precomputed fieldmaps in %s for fieldmap IDs: %s', deriv_dir, list(fmaps)
551551
)
552552
fmap_cache.update(fmaps)
553553

0 commit comments

Comments
 (0)