mirror of https://github.com/ARMmbed/mbed-os.git
Python reference equality changed to value equality
parent
59df4efaac
commit
1de7008f8b
|
|
@ -1143,7 +1143,7 @@ class Config(object):
|
||||||
label)
|
label)
|
||||||
elif (
|
elif (
|
||||||
name.startswith("target.") and
|
name.startswith("target.") and
|
||||||
(unit_kind is "application" or
|
(unit_kind == "application" or
|
||||||
name in BOOTLOADER_OVERRIDES)
|
name in BOOTLOADER_OVERRIDES)
|
||||||
):
|
):
|
||||||
_, attribute = name.split(".")
|
_, attribute = name.split(".")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue