Skip to content

Commit

Permalink
Update warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAxthelm committed Apr 24, 2024
1 parent bcbfb6f commit 968358c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/get_file_metadata.R
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ get_single_file_metadata <- function(filepath) {
)
} else if (!is.null(contents)) {
logger::log_trace(
"Only data.frame objects supported for summary information."
"Only data.frame and list objects supported for summary information."
)
summary_info <- list(
class = class(contents)
Expand Down

0 comments on commit 968358c

Please sign in to comment.