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(): ...@@ -111,7 +111,7 @@ def shell_commands():
yield { yield {
"command": 'show configuration logical-systems VRR protocols bgp | display json', "command": 'show configuration logical-systems VRR protocols bgp | display json',
"key": "vrr", "key": "vrr",
"parser": lambda txt: json.loads(_loads(txt)) if txt else {} "parser": lambda txt: _loads(txt) if txt else {}
} }
yield { yield {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment