Skip to content

Commit 40ef7d9

Browse files
e-kotovCopilot
andauthored
Update R/internal_utilities.R
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 445eae3 commit 40ef7d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/internal_utilities.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ java_check_current_rjava_version <- function() {
395395
# Ignore hidden files like .DS_Store or AppleDouble files (._)
396396
all_files <- list.files(temp_dir, full.names = TRUE)
397397
extracted_dirs <- all_files[
398-
dir.exists(all_files) & !grepl("^\\._|/\\._", basename(all_files))
398+
dir.exists(all_files) & !grepl("^\\._", basename(all_files))
399399
]
400400

401401
if (length(extracted_dirs) == 0) {

0 commit comments

Comments
 (0)