If you open an existing inp file with IRREGULAR cross sections, open the corresponding conduit editor, click on the three dots next to shape, the program fails with this error:
File "C:\Users\cbarr02\Desktop\GitHub\SWMM-EPANET_User_Interface\src\ui\SWMM\frmConduits.py", line 105, in local_show
editor.set_link(self.project, str(self.tblGeneric.item(0, column).text()))
File "C:\Users\cbarr02\Desktop\GitHub\SWMM-EPANET_User_Interface\src\ui\SWMM\frmCrossSection.py", line 181, in set_link
if value.transect == self.cboCombo.itemText(index):
AttributeError: 'CrossSection' object has no attribute 'transect'
If you open an existing inp file with IRREGULAR cross sections, open the corresponding conduit editor, click on the three dots next to shape, the program fails with this error: