Merge pull request #2525 from daschw/letter

fix type recipes for other backends
This commit is contained in:
Daniel Schwabeneder 2020-04-01 18:16:55 +02:00 committed by GitHub
commit 2a4882d92e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -656,6 +656,7 @@ function default(k::Symbol)
letter, key = axis_k
return _axis_defaults_byletter[letter][key]
end
k == :letter && return k # for type recipe processing
k in _suppress_warnings || error("Unknown key: ", k)
end