diff --git a/hyperglass/command/execute.py b/hyperglass/command/execute.py index 34783bb..d98bd9c 100644 --- a/hyperglass/command/execute.py +++ b/hyperglass/command/execute.py @@ -277,7 +277,7 @@ class Execute: ) if not validity: logger.debug("Invalid query") - return {"output": msg, "status": status} + return (msg, status) connection = None output = params.messages.general