mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
Change output from dict to tuple
This commit is contained in:
parent
8ad4c2c2bc
commit
89aa429761
1 changed files with 1 additions and 1 deletions
|
|
@ -292,4 +292,4 @@ class Execute:
|
|||
f"Parsed output for device type {device_config.nos}:\n{output}"
|
||||
)
|
||||
# return {"output": output, "status": status}
|
||||
return {"output": output, "status": status}
|
||||
return (output, status)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue