Skip to content

Commit 6d533d2

Browse files
authored
add color to output (#5)
1 parent 4916919 commit 6d533d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_el_maintenance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1425,7 +1425,7 @@ def _run_maintenance(
14251425
f'contact Enapter customer support.'
14261426
)
14271427

1428-
print('Maintenance mode completed OK')
1428+
_print_green('Maintenance mode completed OK')
14291429

14301430

14311431
def parse_args() -> argparse.Namespace:

0 commit comments

Comments
 (0)