We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85221a3 commit 1cda8f0Copy full SHA for 1cda8f0
muagent/db_handler/graph_db_handler/nebula_handler.py
@@ -92,6 +92,7 @@ def execute_cypher(self, cypher: str, space_name: str = '',ignore_log: bool = Fa
92
if ignore_log == False:
93
if resp.is_succeeded():
94
#logger.info(f"Successfully executed Cypher query: {cypher}")
95
+
96
pass
97
98
else:
0 commit comments