Skip to content

Commit

Permalink
Update src/macros.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Bogumił Kamiński <[email protected]>
  • Loading branch information
pdeffebach and bkamins authored Nov 14, 2024
1 parent c3aba92 commit 55458ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macros.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1984,7 +1984,7 @@ end
function select!_helper(x, args...)
x, exprs, outer_flags, kw = get_df_args_kwargs(x, args...; wrap_byrow = false)

t = (fun_to_vec(ex; gensym_names = false, outer_flags = outer_flags, allow_multicol = true) for ex in exprs)
t = (fun_to_vec(ex; gensym_names = false, outer_flags = outer_flags, allow_multicol=true) for ex in exprs)
quote
$select!($x, $(t...); $(kw...))
end
Expand Down

0 comments on commit 55458ec

Please sign in to comment.