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 cc8ace4 commit bf71880Copy full SHA for bf71880
src/CloudGraphsDFG/services/CommonFunctions.jl
@@ -322,7 +322,7 @@ function _matchmergeVariableSubnode!(
322
result = commit(tx)
323
end
324
length(result.errors) > 0 && error(string(result.errors))
325
- 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'")
326
length(result.results[1]["data"][1]["row"]) != 1 && error("Cannot find subnode '$(subnode)' for variable '$variablekey'")
327
return result.results[1]["data"][1]["row"][1]
328
0 commit comments