Skip to content

Commit

Permalink
assign directly
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Dec 23, 2024
1 parent bf1a837 commit 7541182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/class_builder.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ target_update_depend.tar_builder <- function(target, pipeline, meta) {
lookup <- .subset2(meta, "depends")
name <- target_get_name(target)
object <- meta$produce_depend(target, pipeline)
lookup_set(lookup = lookup, names = name, object = object)
lookup[[name]] <- object
}

#' @export
Expand Down

0 comments on commit 7541182

Please sign in to comment.