Skip to content

Commit

Permalink
fix 156: no result for static route overlap check
Browse files Browse the repository at this point in the history
  • Loading branch information
takishida committed Sep 27, 2024
1 parent 02edf60 commit ff9db68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aci-preupgrade-validation-script.py
Original file line number Diff line number Diff line change
Expand Up @@ -4175,7 +4175,7 @@ def static_route_overlap_check(index, total_checks, cversion, tversion, **kwargs
if data:
result = FAIL_O

print_result(title, result, msg, headers, data, recommended_action=recommended_action, doc_url=doc_url)
print_result(title, result, msg, headers, data, recommended_action=recommended_action, doc_url=doc_url)
return result


Expand Down

0 comments on commit ff9db68

Please sign in to comment.