Skip to content
Snippets Groups Projects
Commit 669d9ba7 authored by Ian's avatar Ian
Browse files

fix: update prompt messages for clarity

style: update prompt_after_run input message for clarity and consistency
parent 1614cf70
No related branches found
No related tags found
No related merge requests found
...@@ -259,8 +259,7 @@ def main( ...@@ -259,8 +259,7 @@ def main(
return "exit" return "exit"
else: else:
answer = input( answer = input(
"\nAll jobs finished with some failures. " "\nAll jobs finished with some failures. Enter 'r' to retry failures, 'x' to exit.\n> "
"Press 'r' to retry failures or any other key to exit: "
).strip().lower() ).strip().lower()
if answer == "r": if answer == "r":
return "resubmit" return "resubmit"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment