From 6758855be9934ebd708339e904eebfc701e5e576 Mon Sep 17 00:00:00 2001 From: Matt Love Date: Mon, 8 Jul 2019 00:24:00 -0700 Subject: [PATCH] =?UTF-8?q?Fix=20dict=20=E2=86=92=20tuple=20inconsistency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hyperglass/command/execute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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