Skip to content

Commit

Permalink
force portfolio/files to be an array
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAxthelm committed Nov 13, 2024
1 parent 368db61 commit 6c0b32c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inst/extdata/scripts/run_pacta_report.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ params <- pacta.workflow.utils::parse_raw_params(
raw_schema_file = system.file(
"extdata", "schema", "rawParameters.json",
package = "workflow.pacta.report"
)
),
force_array = c("portfolio", "files")
)

manifest_info <- workflow.pacta.report:::run_pacta_reporting_process(
Expand Down

0 comments on commit 6c0b32c

Please sign in to comment.