Skip to content

Commit

Permalink
tar_branches() on nested lists
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Jul 26, 2024
1 parent f151c64 commit cfa4159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tar_branches.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tar_branches <- function(
tar_assert_meta(store = store)
pattern <- substitute(pattern)
if (is.null(pattern)) {
pipeline <- pipeline_init(tar_script_targets(script))
pipeline <- pipeline_from_list(tar_script_targets(script))
names <- pipeline_get_names(pipeline)
tar_assert_in(
name,
Expand Down

0 comments on commit cfa4159

Please sign in to comment.