mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #13077 from pea-pod/pytools_is_to_eq
Python reference equality changed to value equalitypull/13091/head
commit
a28e809122
|
@ -1143,7 +1143,7 @@ class Config(object):
|
|||
label)
|
||||
elif (
|
||||
name.startswith("target.") and
|
||||
(unit_kind is "application" or
|
||||
(unit_kind == "application" or
|
||||
name in BOOTLOADER_OVERRIDES)
|
||||
):
|
||||
_, attribute = name.split(".")
|
||||
|
|
Loading…
Reference in New Issue