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 2472eab commit 0e15e38Copy full SHA for 0e15e38
tools/AutoTuner/src/autotuner/distributed.py
@@ -528,7 +528,9 @@ def parse_arguments():
528
template = calculate_expected_numbers(overall_timeout, 1)
529
print(template)
530
if not args.yes:
531
- print("[INFO TUN-0022] Tip: use the flag --yes to skip the confirmation prompt.")
+ print(
532
+ "[INFO TUN-0022] Tip: use the flag --yes to skip the confirmation prompt."
533
+ )
534
ans = input("Are you sure you want to proceed? (y/n): ")
535
if ans.lower() != "y":
536
print("Exiting AutoTuner.")
0 commit comments