Skip to content

Commit 6756741

Browse files
committed
fix: bootstrap_file argument
1 parent ee9f547 commit 6756741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/reports/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def generate_reports(subject_list, output_dir, run_uuid, config=None, work_dir=N
3939
robj = Report(
4040
output_dir,
4141
run_uuid,
42-
bootstrapfile=config,
42+
bootstrap_file=config,
4343
reportlets_dir=reportlets_dir,
4444
plugins=None,
4545
plugin_meta=None,

0 commit comments

Comments
 (0)