forked from mirrors/thatmattlove-hyperglass
Fix dict → tuple inconsistency
This commit is contained in:
parent
65de869517
commit
6758855be9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue