Opened 8 years ago
Closed 8 years ago
#2957 closed bug (Fixed)
torrentview AttributeError: 'NoneType' object has no attribute 'lower'
Reported by: | Calum | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.3.14 |
Component: | GTK UI | Version: | 1.3.13 |
Keywords: | Cc: |
Description
Found this while test adding magnet and clicking various ui tabs.
Traceback (most recent call last): File "/home/ubuntu/deluge-1.3-git/deluge/ui/gtkui/listview.py", line 261, in stabilized result = sort_func(model, iter1, iter2, data) File "/home/ubuntu/deluge-1.3-git/deluge/ui/gtkui/torrentview.py", line 180, in str_nocase_sort v2 = model[iter2][data].lower() AttributeError: 'NoneType' object has no attribute 'lower'
Note:
See TracTickets
for help on using tickets.
Fixed 1.3-stable [bcf0fe4a], develop [c2c0fe86]