Persist config errors until validation occurs

pull/7277/head
Jimmy Brisson 2018-06-20 09:11:50 -05:00
parent cfe0789e99
commit c380304b93
1 changed files with 0 additions and 1 deletions

View File

@ -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():