Skip to content

Commit

Permalink
Make failure count more descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
bfhealy committed Jan 10, 2024
1 parent 6e60be1 commit 1c4b075
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/generate_features_job_submission.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,9 @@ def run_job(
if size == nchoice:
final_round = True

print(f"Detected {failed_this_round} failed jobs.")
print(
f"Detected {failed_this_round} failed jobs this round ({failure_count} total failures)."
)

elif args.doSubmitLoop:
confirm = input(
Expand Down

0 comments on commit 1c4b075

Please sign in to comment.