Skip to content

Commit

Permalink
fix LGTM
Browse files Browse the repository at this point in the history
Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
  • Loading branch information
vdahiya12 committed Mar 26, 2021
1 parent 233f238 commit b44a442
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/muxcable.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,9 +637,8 @@ def firmware():
"""Configure muxcable firmware command"""
pass

# 'muxcable' command ("config muxcable mode <port|all> active|auto")
@firmware.command()
@click.argument('fwfile', metavar='<operation_status>', required=True))
@click.argument('fwfile', metavar='<operation_status>', required=True)
@click.argument('port', metavar='<port_name>', required=True, default=None)
def download(fwfile, port):
"""Config muxcable firmware download"""
Expand Down

0 comments on commit b44a442

Please sign in to comment.