Skip to content

Commit

Permalink
Revert "Fix typo (#3626)" (#3659)
Browse files Browse the repository at this point in the history
This reverts commit d4a17a8.
  • Loading branch information
bingwang-ms authored Dec 6, 2024
1 parent b429a75 commit 3198772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/route_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -840,8 +840,8 @@ def check_routes(namespace):
if results:
print_message(syslog.LOG_WARNING, "Failure results: {", json.dumps(results, indent=4), "}")
print_message(syslog.LOG_WARNING, "Failed. Look at reported mismatches above")
print_message(syslog.LOG_WARNING, "add: ", json.dumps(all_adds, indent=4))
print_message(syslog.LOG_WARNING, "del: ", json.dumps(all_deletes, indent=4))
print_message(syslog.LOG_WARNING, "add: ", json.dumps(adds, indent=4))
print_message(syslog.LOG_WARNING, "del: ", json.dumps(deletes, indent=4))
return -1, results
else:
print_message(syslog.LOG_INFO, "All good!")
Expand Down

0 comments on commit 3198772

Please # to comment.