Skip to content

Commit

Permalink
Reverted back the changes for first box
Browse files Browse the repository at this point in the history
  • Loading branch information
Prathmesh Sambrekar authored and Prathmesh Sambrekar committed Nov 21, 2022
1 parent f50df72 commit 7fa09a9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions buildtest/cli/buildspec.py
Original file line number Diff line number Diff line change
Expand Up @@ -1186,11 +1186,11 @@ def summary_print(configuration, color=None):
cache = BuildspecCache(configuration=configuration)
consoleColor = checkColor(color)
msg = f"""
[{consoleColor}]Reading Buildspec Cache File: {BUILDSPEC_CACHE_FILE}
[{consoleColor}]Total Valid Buildspecs: {len(cache.get_valid_buildspecs())}
[{consoleColor}]Total Invalid Buildspecs: {len(cache.get_invalid_buildspecs())}
[{consoleColor}]Total Unique Tags: {len(cache.get_unique_tags())}
[{consoleColor}]Total Maintainers: {len(cache.get_maintainers())}
[yellow]Reading Buildspec Cache File:[/yellow] [cyan]{BUILDSPEC_CACHE_FILE}[/cyan]
[yellow]Total Valid Buildspecs:[/yellow] [cyan]{len(cache.get_valid_buildspecs())}[/cyan]
[yellow]Total Invalid Buildspecs:[/yellow] [cyan]{len(cache.get_invalid_buildspecs())}[/cyan]
[yellow]Total Unique Tags:[/yellow] [cyan]{len(cache.get_unique_tags())}[/cyan]
[yellow]Total Maintainers:[/yellow] [cyan]{len(cache.get_maintainers())}[/cyan]
"""

console.print(Panel.fit(msg))
Expand Down

0 comments on commit 7fa09a9

Please sign in to comment.