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 d9e7e74 commit 6e292c6Copy full SHA for 6e292c6
nx_arangodb/classes/function.py
@@ -939,7 +939,7 @@ def mirror_to_nxcg(func):
939
@wraps(func)
940
def wrapper(self, *args, **kwargs):
941
result = func(self, *args, **kwargs)
942
- if self.mirror_to_nxcg and self.nxcg_graph is not None:
+ if self.mirror_crud_to_nxcg and self.nxcg_graph is not None:
943
getattr(self.nxcg_graph, func.__name__)(*args, **kwargs)
944
return result
945
0 commit comments