Ticket #236 (closed defect: wontfix)
intermittent Error in OWD's Resources Pane
| Reported by: | mcarrick | Owned by: | cdietric |
|---|---|---|---|
| Priority: | minor | Milestone: | Release 0.8.0 |
| Component: | OWD | Version: | trunk |
| Keywords: | OWD, resources pane, component description | Cc: |
Description
I've just started getting this error when moving around the resource lists in the available resources plan in OWD:
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/WaveDev/wavedev/MainFrame.py", line 1627, in OnResourceBoxLeftUp?
self.OnResourceBoxPopupGetDescr?(event)
File "/usr/lib/python2.5/site-packages/WaveDev/wavedev/MainFrame.py", line 1718, in OnResourceBoxPopupGetDescr?
+ tmpRes.description)
AttributeError?: 'NoneType?' object has no attribute 'name'
I have not figured out how to recreate the error as I seemingly get it randomly when the lists are opened and closed, and resources clicked on. Additionally, OWD seems to continue to work correctly after this error.