Skip to content

Commit

Permalink
revert change to checkIfValid
Browse files Browse the repository at this point in the history
  • Loading branch information
OBrien authored and OBrien committed Nov 15, 2024
1 parent 3a527bc commit b646d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/Object.R
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ setMethod("close", "Andromeda", function(con, ...) {
})

checkIfValid <- function(x) {

if (!isValidAndromeda(x))
rlang::abort("Andromeda object is no longer valid. Perhaps it was saved without maintainConnection = TRUE, or R has been restarted?")
}

Expand Down

0 comments on commit b646d62

Please sign in to comment.