Merge pull request #13077 from pea-pod/pytools_is_to_eq

Python reference equality changed to value equality
pull/13091/head
Martin Kojtal 2020-06-08 13:40:28 +02:00 committed by GitHub
commit a28e809122
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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(".")