Skip to content

Commit

Permalink
added print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jsonar-cpapke committed Mar 11, 2024
1 parent 301d4ba commit cfff272
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/aws/sonar-upgrader/python_upgrader/upgrade/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ def run_preflight_validations_for_node(
if version_tuple >= (4, 15):
results = get_healthchecker_results(extended_node, ignore_healthcheck_warning, ignore_healthcheck_checks, target_version)
if results:
print(f"### Preflight validations didn't pass for {extended_node.get('dsf_node_name')}")
error_message = f'Healthchecks failed: {results}'
else:
preflight_validations_result = run_preflight_validations_script(
Expand Down

0 comments on commit cfff272

Please sign in to comment.