Skip to content

Commit 4751c3c

Browse files
committed
fix linter
1 parent 936c8ac commit 4751c3c

File tree

1 file changed

+2
-1
lines changed
  • cisco_aci/datadog_checks/cisco_aci

1 file changed

+2
-1
lines changed

cisco_aci/datadog_checks/cisco_aci/ndm.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ def create_topology_link_metadata(logger, lldp_adj_eps, cdp_adj_eps, device_map,
122122
else:
123123
if lldp_attrs.remote_port_index is None:
124124
logger.warning(
125-
"skipping LLDP link with missing remote port index for device %s, local port %s; remote device: name=%s, id=%s, ip=%s, interface=%s",
125+
"skipping LLDP link with missing remote port index for device %s, local port %s; "
126+
"remote device: name=%s, id=%s, ip=%s, interface=%s",
126127
local_device_id,
127128
lldp_attrs.local_port_id,
128129
lldp_attrs.sys_name,

0 commit comments

Comments
 (0)