Skip to content

Commit

Permalink
Update utils.R
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbates committed Jul 21, 2024
1 parent 728eb71 commit 659fa80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ euclidean_distances <- function(A, B) {
}

# Helper
create_express_symlinks <- function(base_dir) {
todo_dir <- fs::path(base_dir, "todo")
express_lane <- function(base_dir) {
todo_dir <- base_dir #fs::path(base_dir, "todo")
if (fs::dir_exists(todo_dir)) {
express_dir <- fs::path(base_dir, "express")

Expand Down

0 comments on commit 659fa80

Please sign in to comment.