xela144 / CANaconda

CANaconda project: CAN message viewer
GNU General Public License v3.0
10 stars 0 forks source link

Loading metadata before opening a port results in a crash #43

Closed Susurrus closed 10 years ago

Susurrus commented 10 years ago
Traceback (most recent call last):
  File "c:\Users\Bryant\Projects\CANaconda\canaconda_GUI.py", line 150, in comportSelect
    self.setOutput()
  File "c:\Users\Bryant\Projects\CANaconda\canaconda_GUI.py", line 325, in setOutput
    currentIndex = self.displayCombo.currentIndex()
AttributeError: 'Ui_CANaconda_GUI' object has no attribute 'displayCombo'
xela144 commented 10 years ago

This should be fixed. See https://github.com/xela144/CANaconda/blob/69f11a1dd51524ff2580a2818819e6dce5971c88/canaconda_GUI.py#L352