Skip to content

Commit

Permalink
#488 related
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolay-r committed Aug 19, 2023
1 parent 2b2dd19 commit 0b5a044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arekit/common/data/storages/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def fill(self, iter_rows_func, columns_provider, row_handler=None, rows_count=No
doc_ids_seen.add(doc_id)
pbar_it.set_postfix({
"docs_seen": len(doc_ids_seen),
"doc_now": doc_id,
"doc_now": str(doc_id),
})

if row_handler is not None:
Expand Down

0 comments on commit 0b5a044

Please sign in to comment.