Skip to content

Commit

Permalink
update locale test display
Browse files Browse the repository at this point in the history
  • Loading branch information
crocsg committed Nov 3, 2024
1 parent 34a5657 commit 5f31290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pytest/checklocale.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ def main ():
locales = load_locale_files(files)

data = test_locales(locales)
if (len(data["errlist"]) > 0):
for err in data["errlist"]:
if (len(data["errors"]) > 0):
for err in data["errors"]:
print (err)
for err in data["stat"]:
print (err, data["stat"][err], "errors")
Expand Down

0 comments on commit 5f31290

Please sign in to comment.