Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kalinowski committed Sep 28, 2023
1 parent c7d63bb commit e1df4e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/config.R
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ py_discover_config <- function(required_module = NULL, use_environment = NULL) {
required_version <- .globals$required_python_version
if (!is.null(required_version)) {
python_version <- normalize_python_path(required_version)$path
try(return(python_config(python_version, required_module,
try(return(python_config(python_version, required_module,
forced = "use_python() function")))
}

Expand Down Expand Up @@ -294,7 +294,7 @@ py_discover_config <- function(required_module = NULL, use_environment = NULL) {
if (!python_version$exists)
stop("Python specified in RETICULATE_PYTHON_FALLBACK (", reticulate_env, ") does not exist")
python_version <- python_version$path
try(return(python_config(python_version, required_module, python_version,
try(return(python_config(python_version, required_module, python_version,
forced = "RETICULATE_PYTHON_FALLBACK")))
}

Expand Down

0 comments on commit e1df4e5

Please sign in to comment.