Skip to content

Commit

Permalink
remove list wrapping around email_body to allow message to actually a…
Browse files Browse the repository at this point in the history
…ppear to recipient
  • Loading branch information
ChemiKyle committed Mar 26, 2024
1 parent 16fe0d3 commit 1e81e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/logging.R
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ send_email <-
email_to <- unlist(strsplit(email_to, " "))
}

email_content <- list(email_body)
email_content <- email_body

if (!is.null(file_name)) {
output_dir <- tempdir()
Expand Down

0 comments on commit 1e81e81

Please sign in to comment.