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(