Skip to content

Commit c380304

Browse files
committed
Persist config errors until validation occurs
1 parent cfe0789 commit c380304

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/config/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,6 @@ def _process_config_and_overrides(self, data, params, unit_name, unit_kind):
788788
unit_name - the unit (library/application) that defines this parameter
789789
unit_kind - the kind of the unit ("library" or "application")
790790
"""
791-
self.config_errors = []
792791
_process_config_parameters(data.get("config", {}), params, unit_name,
793792
unit_kind)
794793
for label, overrides in data.get("target_overrides", {}).items():

0 commit comments

Comments
 (0)