From 7d127d41a835453339189f5dac6bdf494f151ea2 Mon Sep 17 00:00:00 2001 From: Alexander Stolyarov Date: Fri, 19 Jan 2024 18:41:44 +0300 Subject: [PATCH] add color to output --- run_el_maintenance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_el_maintenance.py b/run_el_maintenance.py index c2a37f6..455bb2a 100644 --- a/run_el_maintenance.py +++ b/run_el_maintenance.py @@ -1425,7 +1425,7 @@ def _run_maintenance( f'contact Enapter customer support.' ) - print('Maintenance mode completed OK') + _print_green('Maintenance mode completed OK') def parse_args() -> argparse.Namespace: