Skip to content

Commit

Permalink
chore(DiseasystoreBase): Add call. = FALSE to condition call
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Feb 19, 2025
1 parent ac696a6 commit 5dd6b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/DiseasystoreBase.R
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ DiseasystoreBase <- R6::R6Class(
"Available stratification variables are: ",
"{toString(self$available_stratifications)}"
)
stop(error_msg)
stop(error_msg, call. = FALSE)
}
)

Expand Down

0 comments on commit 5dd6b34

Please sign in to comment.