From cfff272d3c46ffcb034604b52f5f8b1418741e79 Mon Sep 17 00:00:00 2001 From: Christopher Papke Date: Mon, 11 Mar 2024 09:32:16 -0700 Subject: [PATCH] added print statement --- modules/aws/sonar-upgrader/python_upgrader/upgrade/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/aws/sonar-upgrader/python_upgrader/upgrade/main.py b/modules/aws/sonar-upgrader/python_upgrader/upgrade/main.py index 24fbb4ed0..9dfbb96c9 100644 --- a/modules/aws/sonar-upgrader/python_upgrader/upgrade/main.py +++ b/modules/aws/sonar-upgrader/python_upgrader/upgrade/main.py @@ -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(