Skip to content

Commit

Permalink
patch(query description): remove queries key
Browse files Browse the repository at this point in the history
  • Loading branch information
parkererickson-tg committed Apr 26, 2024
1 parent 8fde988 commit af07b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyTigerGraph/pyTigerGraphQuery.py
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ def getQueryDescription(self, queryName: Optional[Union[str, list]] = "all"):
if not res["error"]:
if logger.level == logging.DEBUG:
logger.debug("exit: getQueryDescription")
return res["queries"]
return res
else:
raise TigerGraphException(res["message"], res["code"])

Expand Down

0 comments on commit af07b1f

Please sign in to comment.