Update src/pipeline.jl

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Simon Christ 2022-04-20 16:52:53 +02:00 committed by GitHub
parent 92659e58ba
commit 3500bd345b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ end
function _preprocess_userrecipe(kw::AKW) function _preprocess_userrecipe(kw::AKW)
_add_markershape(kw) _add_markershape(kw)
if get(kw,:series_permutation, default(:series_permutation)) != :none if get(kw, :series_permutation, default(:series_permutation)) != :none
l1, l2 = kw[:series_permutation] l1, l2 = kw[:series_permutation]
for k in _axis_args for k in _axis_args
k1 = _attrsymbolcache[l1][k] k1 = _attrsymbolcache[l1][k]