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 58ac06e commit 7f65d10
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))

Check warning on line 657 in robotoff/cli/main.py

View check run for this annotation

Codecov / codecov/patch

robotoff/cli/main.py#L657

Added line #L657 was not covered by tests

added = 0

Expand Down

0 comments on commit 7f65d10

Please sign in to comment.