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

Commit

Permalink
Fix progress bar for product summary
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubFrejlach committed Dec 21, 2023
1 parent 95d86bf commit 6818145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion griffon/commands/queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def queries_grp(ctx):
@click.pass_context
@progress_bar
def get_product_summary(
ctx, product_stream_name, strict_name_search, all, verbose, regex_name_search
ctx, product_stream_name, strict_name_search, all, verbose, regex_name_search, operation_status
):
"""get product stream."""
if verbose:
Expand Down

0 comments on commit 6818145

Please sign in to comment.