Skip to content

Commit 2086a2c

Browse files
committed
Both errors report type
1 parent bf71880 commit 2086a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CloudGraphsDFG/services/CommonFunctions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ function _matchmergeVariableSubnode!(
323323
end
324324
length(result.errors) > 0 && error(string(result.errors))
325325
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'")
326+
length(result.results[1]["data"][1]["row"]) != 1 && error("Cannot find desired subnode '$(typeof(subnode))' for variable '$variablekey'")
327327
return result.results[1]["data"][1]["row"][1]
328328
end
329329

0 commit comments

Comments
 (0)