Skip to content

Commit 12f490f

Browse files
committed
Make sure that there is always a config_errors member
1 parent c380304 commit 12f490f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/config/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ def __init__(self, tgt, top_level_dirs=None, app_config=None):
430430
search for a configuration file).
431431
"""
432432
config_errors = []
433+
self.config_errors = []
433434
self.app_config_location = app_config
434435
if self.app_config_location is None and top_level_dirs:
435436
self.app_config_location = self.find_app_config(top_level_dirs)

0 commit comments

Comments
 (0)