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