Skip to content

Commit

Permalink
fix: remove deprecated packagename argument of generate_reports
Browse files Browse the repository at this point in the history
  • Loading branch information
celprov committed Dec 15, 2023
1 parent 6756741 commit 0e36362
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fmriprep/cli/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ def build_workflow(config_file, retval):
config.execution.participant_label,
config.execution.fmriprep_dir,
config.execution.run_uuid,
config=data.load("reports-spec.yml"),
packagename="fmriprep",
config=data.load("reports-spec.yml")
)
return retval

Expand Down

0 comments on commit 0e36362

Please sign in to comment.