Skip to content

Commit d88a28f

Browse files
committed
fix: Whitespace in resampling workflow description
1 parent ffd69de commit d88a28f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fmriprep/workflows/bold/resampling.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -576,9 +576,8 @@ def init_wb_vol_surf_wf(
576576
workflow = Workflow(name=name)
577577
workflow.__desc__ = """\
578578
The BOLD time-series were resampled onto the native surface of the subject
579-
using the "ribbon-constrained" method
579+
using the "ribbon-constrained" method{' and then dilated by 10 mm' * dilate}.
580580
"""
581-
workflow.__desc__ += ' and then dilated by 10 mm.' if dilate else '.'
582581

583582
inputnode = pe.Node(
584583
niu.IdentityInterface(

0 commit comments

Comments
 (0)