Skip to content

Commit a28e809

Browse files
authored
Merge pull request #13077 from pea-pod/pytools_is_to_eq
Python reference equality changed to value equality
2 parents 8d26d77 + 1de7008 commit a28e809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/config/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,7 @@ def _process_config_and_overrides(
11431143
label)
11441144
elif (
11451145
name.startswith("target.") and
1146-
(unit_kind is "application" or
1146+
(unit_kind == "application" or
11471147
name in BOOTLOADER_OVERRIDES)
11481148
):
11491149
_, attribute = name.split(".")

0 commit comments

Comments
 (0)