From 53f90fed86371e645ab814e41cf6e3367ed8fb06 Mon Sep 17 00:00:00 2001 From: Zvonimir Sabljic Date: Tue, 12 Sep 2023 21:17:06 +0200 Subject: [PATCH] Improved log --- pilot/helpers/Project.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pilot/helpers/Project.py b/pilot/helpers/Project.py index 7f0116f..cff06e6 100644 --- a/pilot/helpers/Project.py +++ b/pilot/helpers/Project.py @@ -277,7 +277,9 @@ class Project: def ask_for_human_intervention(self, message, description=None, cbs={}): print(colored(message, "yellow", attrs=['bold'])) if description is not None: - print(description) + print('\n' + '-'*100 + '\n' + + colored(description, 'white', attrs=['bold']) + + '\n' + '-'*100 + '\n') answer = '' while answer != 'continue': answer = styled_text(