Update signal_flow_graph.SFG.find_by_type_name. Now it actually checks the...
Compare changes
+ 1
− 3
@@ -555,10 +555,8 @@ class SFG(AbstractOperation):
@@ -555,10 +555,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.