Skip to content

Commit

Permalink
Update skbuild_read_settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Feb 3, 2024
1 parent 67d5624 commit 122366d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/scikit_build_core/settings/skbuild_read_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,8 @@ def __init__(
else:
if isinstance(inherit_override, dict):
assert not inherit_override
inherit_override = "none"
tool_skb[key] = inherit_join(
value, tool_skb.get(key, None), inherit_override
value, tool_skb.get(key, None), inherit_override or "none"
)

prefixed = {
Expand Down

0 comments on commit 122366d

Please sign in to comment.