Skip to content

Commit

Permalink
Update R/environment.R
Browse files Browse the repository at this point in the history
  • Loading branch information
weshinsley authored Dec 18, 2023
1 parent 52f4570 commit a542f72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/environment.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ hipercow_environment_create <- function(name = "default", packages = NULL,
## look at this later, but literally noone wants it!
path <- file.path(root$path$environments, name)
exists <- file.exists(path)
prev <- if (exists) readRDS(path) else NULL

if (exists && identical(readRDS(path), ret)) {
cli::cli_alert_info("Environment '{name}' is unchanged")
Expand Down

0 comments on commit a542f72

Please sign in to comment.