Skip to content

Commit

Permalink
output version
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Nov 29, 2024
1 parent 61b3a63 commit a859d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yente/search/indexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ async def index_entities(
updater = await DatasetUpdater.build(dataset, base_version, force_full=force)
if not updater.needs_update():
if updater.dataset.load:
log.info("No update needed", dataset=dataset.name)
log.info("No update needed", dataset=dataset.name, version=base_version)
return
log.info(
"Indexing entities",
Expand Down

0 comments on commit a859d8a

Please sign in to comment.