Skip to content

Commit

Permalink
fix: bootstrap_file argument
Browse files Browse the repository at this point in the history
  • Loading branch information
celprov committed Dec 13, 2023
1 parent ee9f547 commit 6756741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmriprep/reports/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def generate_reports(subject_list, output_dir, run_uuid, config=None, work_dir=N
robj = Report(
output_dir,
run_uuid,
bootstrapfile=config,
bootstrap_file=config,
reportlets_dir=reportlets_dir,
plugins=None,
plugin_meta=None,
Expand Down

0 comments on commit 6756741

Please sign in to comment.