Skip to content

Commit

Permalink
Force portfolios/file as array
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAxthelm committed Nov 13, 2024
1 parent b33ce4d commit 58e56af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inst/extdata/scripts/run_pacta.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ params <- pacta.workflow.utils::parse_raw_params(
raw_schema_file = system.file(
"extdata", "schema", "rawParameters.json",
package = "workflow.pacta"
)
),
force_array = c("portfolio", "files")
)

manifest_info <- workflow.pacta::run_pacta(params)
Expand Down

0 comments on commit 58e56af

Please sign in to comment.