diff --git a/run_on_maap.py b/run_on_maap.py index 583500eeb847de422cb53d0f7573bd2af28b309f..99c26ee206c6432420da801410f85b64f97b725f 100644 --- a/run_on_maap.py +++ b/run_on_maap.py @@ -259,8 +259,7 @@ def main( return "exit" else: answer = input( - "\nAll jobs finished with some failures. " - "Press 'r' to retry failures or any other key to exit: " + "\nAll jobs finished with some failures. Enter 'r' to retry failures, 'x' to exit.\n> " ).strip().lower() if answer == "r": return "resubmit"