From fe067159f9b5556ac49317d2be679e3439fc548f Mon Sep 17 00:00:00 2001 From: hanniabu Date: Wed, 19 Jun 2024 19:02:06 -0400 Subject: [PATCH] fix --- _scripts/utilities.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_scripts/utilities.py b/_scripts/utilities.py index 35cca22..0242f9d 100644 --- a/_scripts/utilities.py +++ b/_scripts/utilities.py @@ -140,8 +140,8 @@ def xml2json(xml): def report_error(error, context=""): global error_count - error_count += 1 - # error_count = error_count + 1 + # error_count += 1 + error_count = error_count + 1 if use_test_data and not submit_error: return else: