USEPA / SWMM-EPANET_User_Interface

User interface for the Stormwater-Management-Model
111 stars 67 forks source link

Change check for finding item so each link_group is checked for a match #344

Closed barrc closed 4 years ago

barrc commented 4 years ago

Closes #343

I think this prevents the function from returning None if link_name is not found in the first group, and instead keep iterating through the remaining self.link_groups() to look for a match.

My test with pressure_main.inp was successful and searching the code makes it look like this function is only called from frmProfilePlot.py.