Unhandled exception #1270

Closed
opened 2018-06-13 14:26:11 +02:00 by coffeedogs · 0 comments
coffeedogs commented 2018-06-13 14:26:11 +02:00 (Migrated from github.com)
Traceback (most recent call last):                                                                         
  File "/home/coffeedogs/PyBitmessage_codeq31-05/src/bitmessageqt/__init__.py", line 4651, in treeWidgetItemChanged
    self.getCurrentTreeWidget().currentItem() is None,                                                     
AttributeError: 'bool' object has no attribute 'currentItem'

Discovered the above stack trace while working on #1265. Have included fix in branch for same.

```2018-06-13 13:06:52,185 - CRITICAL - Unhandled exception Traceback (most recent call last): File "/home/coffeedogs/PyBitmessage_codeq31-05/src/bitmessageqt/__init__.py", line 4651, in treeWidgetItemChanged self.getCurrentTreeWidget().currentItem() is None, AttributeError: 'bool' object has no attribute 'currentItem' ``` Discovered the above stack trace while working on #1265. Have included fix in branch for same.
This repo is archived. You cannot comment on issues.
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Bitmessage/PyBitmessage-2024-12-19#1270
No description provided.