Skip to content

Commit f1cce80

Browse files
jim-hill-rdehann
authored andcommitted
Both errors report type
1 parent aa18e55 commit f1cce80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Neo4jDFG/services/CommonFunctions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ function _matchmergeVariableSubnode!(
316316
end
317317
length(result.errors) > 0 && error(string(result.errors))
318318
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'")
319+
length(result.results[1]["data"][1]["row"]) != 1 && error("Cannot find desired subnode '$(typeof(subnode))' for variable '$variablekey'")
320320
return result.results[1]["data"][1]["row"][1]
321321
end
322322

0 commit comments

Comments
 (0)