Skip to content

Commit

Permalink
workaround for bug in julia 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hhaensel committed Nov 20, 2024
1 parent 2df62bb commit 28c630c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tables.jl
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ function cell_template(;
end

function filter_kwargs(f::Function, kwargs)
kwargs = collect(kwargs)
kwargs = [kwargs...]
new_kwargs = f.(kwargs)
index = new_kwargs .!== nothing
new_kwargs[index], kwargs[.! index]
Expand Down

0 comments on commit 28c630c

Please sign in to comment.