Skip to content

Commit

Permalink
load_concepts.integer() src NULL fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dplecko committed May 1, 2023
1 parent 6493c9a commit f6a7c36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/concept-load.R
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,6 @@ load_concepts.integer <- function(x, src = NULL, concepts = NULL, ...,

if (is.null(concepts)) {

assert_that(not_null(src))

concepts <- load_dictionary(src, name = dict_name, cfg_dirs = dict_dirs)

} else if (not_null(src)) {
Expand Down

0 comments on commit f6a7c36

Please sign in to comment.