Skip to content

Commit

Permalink
Add info message
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexfvk committed Jan 30, 2024
1 parent a486698 commit 3798e77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ch_tools/chadmin/cli/object_storage_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ def _traverse_object_storage(
if obj_paths_batch:
_insert_listing_batch(ctx, obj_paths_batch, listing_table)

click.echo(f"Collected {counter} objects")


def _insert_listing_batch(
ctx: Context, obj_paths_batch: List[str], listing_table: str
Expand Down

0 comments on commit 3798e77

Please sign in to comment.