Skip to content

Update signal_flow_graph.SFG.find_by_type_name. Now it actually checks the...

Petter Källström requested to merge petka86-find_by_type_name into master

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.

Merge request reports