Skip to content

Commit

Permalink
fix assignment again
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Oct 17, 2024
1 parent 2ba89af commit 581c10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ExternalValidatePlp.R
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ getData <- function(design, database, outputFolder, downloadTasks) {
covariateSettings <- task$covariateSettings[[1]]
task$covariateSettings <- NULL
if (length(covariateSettings) > 1) {
task$covariateSettings <- unlist(covariateSettings, recursive = FALSE)
task$covariateSettings <- list(unlist(covariateSettings, recursive = FALSE))

Check warning on line 704 in R/ExternalValidatePlp.R

View check run for this annotation

Codecov / codecov/patch

R/ExternalValidatePlp.R#L704

Added line #L704 was not covered by tests
} else {
task$covariateSettings <- covariateSettings
}
Expand Down

0 comments on commit 581c10c

Please sign in to comment.