mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 06:50:17 +00:00
lib: fix path the led to group_nl_converted being referenced when not set
Signed-off-by: Lou Berger <lberger@labn.net>
This commit is contained in:
parent
d521440020
commit
518874f48a
@ -208,6 +208,8 @@ Total %-4d %-4d %d\n\
|
||||
if search_nl != None:
|
||||
group_nl = search_nl.group()
|
||||
group_nl_converted = " ".join(group_nl.splitlines())
|
||||
else:
|
||||
group_nl_converted = None
|
||||
|
||||
out = " ".join(out.splitlines())
|
||||
search = re.search(regexp, out)
|
||||
|
Loading…
Reference in New Issue
Block a user