Skip to content

Commit 34d75d2

Browse files
remove duplicate paste
Co-authored-by: Alex Reinhart <areinhar@stat.cmu.edu>
1 parent 3a32777 commit 34d75d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

facebook/delphiFacebook/R/responses.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ load_responses_all <- function(params, contingency_run = FALSE) {
3838
which_errors <- unlist(lapply(input_data, inherits, "try-error"))
3939
if (any( which_errors )) {
4040
errored_filenames <- paste(params$input[which_errors], collapse=", ")
41-
stop(paste("ingestion and field creation failed for input data file(s)", errored_filenames))
41+
stop("ingestion and field creation failed for input data file(s)", errored_filenames)
4242
}
4343

4444
input_data <- bind_rows(input_data)

0 commit comments

Comments
 (0)