We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed1bab commit 0727ca8Copy full SHA for 0727ca8
tools/AutoTuner/src/autotuner/distributed.py
@@ -530,7 +530,9 @@ def parse_arguments():
530
template = calculate_expected_numbers(overall_timeout, 1)
531
print(template)
532
if not args.yes:
533
- print("[INFO TUN-0022] Tip: use the flag --yes to skip the confirmation prompt.")
+ print(
534
+ "[INFO TUN-0022] Tip: use the flag --yes to skip the confirmation prompt."
535
+ )
536
ans = input("Are you sure you want to proceed? (y/n): ")
537
if ans.lower() != "y":
538
print("Exiting AutoTuner.")
0 commit comments