From 6cdc96f672d5c13b484006d046730553ae9e1978 Mon Sep 17 00:00:00 2001 From: jgilber2 Date: Fri, 28 Feb 2025 08:48:00 -0800 Subject: [PATCH] Error message --- R/Shiny.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/Shiny.R b/R/Shiny.R index 1d943dd2e..0c54f34b5 100644 --- a/R/Shiny.R +++ b/R/Shiny.R @@ -198,7 +198,7 @@ createMergedResultsFile <- recursive = TRUE ) - if (legnth(listOfZipFilesToUpload) == 0) { + if (length(listOfZipFilesToUpload) == 0) { cli::cli_abort("No result files found in folder", dataFolder) }