Skip to content

Commit

Permalink
add click.echo summary
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Mar 14, 2024
1 parent af94375 commit 2158c39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gopreprocess/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def check_errors(errors: list) -> int:
summary.append(f"Rule: {rule}, Message: '{message}', Errors: {count}")

print(summary)
click.echo(summary)


@cli.command(name="convert_annotations")
Expand Down

0 comments on commit 2158c39

Please sign in to comment.