diff --git a/euclid/helpers/Project.py b/euclid/helpers/Project.py index be0c0e2..4a3ef1c 100644 --- a/euclid/helpers/Project.py +++ b/euclid/helpers/Project.py @@ -183,3 +183,12 @@ class Project: self, 'Once you are ready, type "continue" to continue.', ) + + if answer != '' and answer != 'continue': + confirmation = styled_text( + self, + 'Do you want me to debug this by your instructions? If you mistyped and just want to continue, type "continue" and if you want me to debug this, just press ENTER', + ) + if confirmation == '': + print(colored('Ok, just a second.', "yellow")) + return answer