Skip to content
Snippets Groups Projects
Commit 227157db authored by Ian's avatar Ian
Browse files

style: clarify monitoring suspended message with detailed instructions

parent 9692c760
No related branches found
No related tags found
No related merge requests found
......@@ -236,7 +236,8 @@ def main(
except KeyboardInterrupt:
return "exit"
else:
print(f"\nMonitoring suspended. Enter 'r' to resubmit, 'x' to exit, or wait {timeout} seconds to resume.")
print("\nMonitoring suspended. Enter 'r' to resubmit failed jobs, "
f"'x' to exit, or wait {timeout} seconds to resume.")
try:
# wait for user input with timeout
signal.signal(signal.SIGALRM, lambda s, f: (_ for _ in ()).throw(TimeoutError()))
......
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