Skip to content

Commit

Permalink
edit check
Browse files Browse the repository at this point in the history
  • Loading branch information
yjunechoe committed Mar 11, 2024
1 parent 5ccaacf commit f720093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils-tidyselect.R
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ apply_preconditions_for_cols <- function(x, preconditions) {
x
}
# Apply preconditions
if (!is.null(tbl) && !is.null(preconditions)) {
if (!rlang::is_error(tbl) && !is.null(preconditions)) {
tbl <- apply_preconditions(tbl = tbl, preconditions = preconditions)
}
tbl
Expand Down

0 comments on commit f720093

Please sign in to comment.