Skip to content

Commit a25ee4e

Browse files
committed
Fixed an initialization error.
- Legacy-Id: 14271
1 parent 23a3056 commit a25ee4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/submit/checkers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def check_file_txt(self, path):
184184
for model in model_list:
185185
path = os.path.join(workdir, model)
186186
message = ""
187-
passed = 0
187+
passed = True
188188
errors = 0
189189
warnings = 0
190190
items = []

0 commit comments

Comments
 (0)