Skip to content

Commit

Permalink
fix error message "existing"/"only have"
Browse files Browse the repository at this point in the history
  • Loading branch information
Smejky338 committed Dec 12, 2023
1 parent 95ea160 commit 231a8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opl/hbi_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def verify(args, previous_records, status_data, inventory, collect_info):
attempt += 1
if attempt > attempts_max:
raise Exception(
f"After {attempt} attempts, we still need to check {existing_ids} out of {args.count}"
f"After {attempt} attempts, we only have {existing_ids} out of {args.count}"
)

# If there were no new hosts now, wait a bit
Expand Down

0 comments on commit 231a8b3

Please sign in to comment.