Update signal_flow_graph.SFG.find_by_type_name. Now it actually checks the...
1 unresolved thread
Compare changes
+ 1
− 3
@@ -558,10 +558,8 @@ class SFG(AbstractOperation):
Update signal_flow_graph.SFG.find_by_type_name. Now it actually checks the type name, and not the _graph_id. Safer (if user changed the graph_id), and no need for regex.
This is a hacky way to solve the problem short term.