File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/CloudGraphsDFG/services Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -322,8 +322,8 @@ function _matchmergeVariableSubnode!(
322
322
result = commit (tx)
323
323
end
324
324
length (result. errors) > 0 && error (string (result. errors))
325
- length (result. results[1 ][" data" ]) != 1 && error (" Cannot find subnode '$(ppe . solveKey ) ' for variable '$variablekey '" )
326
- length (result. results[1 ][" data" ][1 ][" row" ]) != 1 && error (" Cannot find subnode '$(ppe . solveKey ) ' for variable '$variablekey '" )
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 desired subnode '$(typeof (subnode) ) ' for variable '$variablekey '" )
327
327
return result. results[1 ][" data" ][1 ][" row" ][1 ]
328
328
end
329
329
You can’t perform that action at this time.
0 commit comments