Fixed an initialization error.
- Legacy-Id: 14271
This commit is contained in:
parent
23a3056260
commit
a25ee4e50d
|
@ -184,7 +184,7 @@ class DraftYangChecker(object):
|
|||
for model in model_list:
|
||||
path = os.path.join(workdir, model)
|
||||
message = ""
|
||||
passed = 0
|
||||
passed = True
|
||||
errors = 0
|
||||
warnings = 0
|
||||
items = []
|
||||
|
|
Loading…
Reference in a new issue