Skip to content

Commit 47089a6

Browse files
committed
STY: add that comma
1 parent 8aa0f49 commit 47089a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smriprep/workflows/fit/registration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def init_register_template_wf(
188188
fmt_cohort = pe.Node(
189189
niu.Function(function=_fmt_cohort, output_names=['template', 'spec']),
190190
name='fmt_cohort',
191-
run_without_submitting=True
191+
run_without_submitting=True,
192192
)
193193

194194
# fmt:off

0 commit comments

Comments
 (0)