Python reference equality changed to value equality

pull/13077/head
pea-pod 2020-06-07 15:47:43 -05:00
parent 59df4efaac
commit 1de7008f8b
1 changed files with 1 additions and 1 deletions

View File

@ -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(".")