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 dc3085d commit aa18e55Copy full SHA for aa18e55
src/Neo4jDFG/services/CommonFunctions.jl
@@ -315,7 +315,7 @@ function _matchmergeVariableSubnode!(
315
result = commit(tx)
316
end
317
length(result.errors) > 0 && error(string(result.errors))
318
- length(result.results[1]["data"]) != 1 && error("Cannot find subnode '$(subnode)' for variable '$variablekey'")
+ length(result.results[1]["data"]) != 1 && error("Cannot find desired subnode::'$(typeof(subnode))' for variable '$variablekey'")
319
length(result.results[1]["data"][1]["row"]) != 1 && error("Cannot find subnode '$(subnode)' for variable '$variablekey'")
320
return result.results[1]["data"][1]["row"][1]
321
0 commit comments