Skip to content

Commit f2572ba

Browse files
committed
fix LGTM
Signed-off-by: vaibhav-dahiya <[email protected]>
1 parent 8187798 commit f2572ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

show/muxcable.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python3
2+
13
import json
24
import sys
35
import time
@@ -1744,7 +1746,7 @@ def metrics(db, port, json_output):
17441746
def event_log(db, port, json_output):
17451747
"""Show muxcable event log <port>"""
17461748

1747-
click.confirm(('Muxcable at port {} will retreive cable logs from MCU, approx time could be ~2 minutes wait time Continue?'.format(port), abort=True)
1749+
click.confirm(('Muxcable at port {} will retreive cable logs from MCU, Caution: approx wait time could be ~2 minutes Continue?'.format(port), abort=True)
17481750
port = platform_sfputil_helper.get_interface_name(port, db)
17491751
delete_all_keys_in_db_table("APPL_DB", "XCVRD_EVENT_LOG_CMD")
17501752
delete_all_keys_in_db_table("STATE_DB", "XCVRD_EVENT_LOG_RSP")

0 commit comments

Comments
 (0)