Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/bugfix/tqdm_print' into merge_queue
Browse files Browse the repository at this point in the history
  • Loading branch information
igiloh-pinecone committed Oct 29, 2023
2 parents c9455ec + 277ecf0 commit a32ff22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/canopy_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ def upsert(index_name: str,
raise CLIError(msg)

pbar.update(len(batch))
pbar.close()

if failed_docs:
msg = (
Expand Down

0 comments on commit a32ff22

Please sign in to comment.