Skip to content

Commit

Permalink
Error message
Browse files Browse the repository at this point in the history
  • Loading branch information
azimov committed Feb 28, 2025
1 parent 9ec60b1 commit 6cdc96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/Shiny.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit 6cdc96f

Please sign in to comment.