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