Skip to content
Snippets Groups Projects
Commit e628eeaf authored by Erik Reid's avatar Erik Reid
Browse files

copy/paste error

parent 4ea64fe7
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ def shell_commands():
yield {
"command": 'show configuration logical-systems VRR protocols bgp | display json',
"key": "vrr",
"parser": lambda txt: json.loads(_loads(txt)) if txt else {}
"parser": lambda txt: _loads(txt) if txt else {}
}
yield {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment