mirror of https://github.com/ARMmbed/mbed-os.git
Persist config errors until validation occurs
parent
cfe0789e99
commit
c380304b93
|
@ -788,7 +788,6 @@ class Config(object):
|
|||
unit_name - the unit (library/application) that defines this parameter
|
||||
unit_kind - the kind of the unit ("library" or "application")
|
||||
"""
|
||||
self.config_errors = []
|
||||
_process_config_parameters(data.get("config", {}), params, unit_name,
|
||||
unit_kind)
|
||||
for label, overrides in data.get("target_overrides", {}).items():
|
||||
|
|
Loading…
Reference in New Issue