Skip to content

Commit

Permalink
fix: display number of logos in index in add-logo-to-ann command
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Aug 20, 2024
1 parent dec765f commit 8251082
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions robotoff/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,7 @@ def add_logo_to_ann(
seen = set(int(x) for x in text_file_iter(existing_ids_path))
else:
seen = get_stored_logo_ids(es_client)
logger.info("Number of existing logos: %d", len(seen))

added = 0

Expand Down

0 comments on commit 8251082

Please sign in to comment.