mirror of https://github.com/ARMmbed/mbed-os.git
Make sure that there is always a config_errors member
parent
c380304b93
commit
12f490fa02
|
@ -430,6 +430,7 @@ class Config(object):
|
|||
search for a configuration file).
|
||||
"""
|
||||
config_errors = []
|
||||
self.config_errors = []
|
||||
self.app_config_location = app_config
|
||||
if self.app_config_location is None and top_level_dirs:
|
||||
self.app_config_location = self.find_app_config(top_level_dirs)
|
||||
|
|
Loading…
Reference in New Issue