Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hanniabu committed Jun 19, 2024
1 parent f41a63e commit fe06715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _scripts/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fe06715

Please sign in to comment.