Skip to content

Commit

Permalink
change prints before output
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyiz2021 authored Nov 8, 2022
1 parent 0a5c728 commit 9b8e8b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions show/interfaces/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,10 +538,10 @@ def counters(ctx, verbose, period, interface, printall, namespace, display):
cmd += " -s {}".format(display)
if namespace is not None:
cmd += " -n {}".format(namespace)

clicommon.run_command(cmd, display_cmd=verbose)
if multi_asic.is_multi_asic():
click.echo("\n\nReminder: Please execute 'show interface counters -d all' to include internal links\n\n")
clicommon.run_command(cmd, display_cmd=verbose)


# 'errors' subcommand ("show interfaces counters errors")
@counters.command()
Expand Down

0 comments on commit 9b8e8b2

Please sign in to comment.