Skip to content

Commit 1de7008

Browse files
committed
Python reference equality changed to value equality
1 parent 59df4ef commit 1de7008

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)