Skip to content

Commit 0f816e3

Browse files
committed
what are consistent language principles
1 parent 8931c44 commit 0f816e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/targets/score_targets.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ score_forecasts <- function(latest_data, forecasts, target) {
9494
if (rlang::cnd_message(e) == "\033[1m\033[22m\033[33m!\033[39m After removing rows with NA values in the data, no forecasts are left.") {
9595
return(tibble())
9696
} else {
97-
rlang::abort(e)
97+
e
9898
}
9999
}
100100
)

0 commit comments

Comments
 (0)