Skip to content

Commit

Permalink
Fixed SA issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshraghupathy committed Sep 4, 2024
1 parent 95da5c0 commit 627dd5e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions show/system_health.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,6 @@ def populate_row(row, key, value, table):
row[6] = value


def display_system_health_summary(stat, led):
click.echo("System status summary\n\n System status LED " + led)

@system_health.command()
@click.argument('module_name', required=False)
def dpu(module_name):
Expand Down Expand Up @@ -490,5 +487,4 @@ def sysready_status_detail():
clicommon.run_command(cmd, display_cmd=False)
except Exception as e:
click.echo("Exception: {}".format(str(e)))
'''

'''

0 comments on commit 627dd5e

Please sign in to comment.