Skip to content

Commit

Permalink
change lookup function
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Dec 20, 2024
1 parent d01f86d commit 8cd31d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils_files.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ file_info_runtime <- function(x) {
!is.null(file_info_exist) &&
(length(x) > 0L) &&
all(counter_exist_names(file_info_exist, x)),
.subset2(file_info, x), # nolint
file_info[[x]],
file_info(x)
)
}
Expand Down

0 comments on commit 8cd31d3

Please sign in to comment.