Custom Query (2449 matches)
Results (646 - 648 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #2957 | Fixed | torrentview AttributeError: 'NoneType' object has no attribute 'lower' | ||
| 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'
|
|||
| #2965 | Fixed | Port AutoAdd magnet fixes from 1.3 to develop | ||
| Description |
Some refactoring of the autoadd core code required too |
|||
| #2966 | Fixed | Rename deprecated unittest methods | ||
| Description |
https://docs.python.org/2/library/unittest.html#deprecated-aliases Method Name Deprecated alias(es) assertEqual() failUnlessEqual, assertEquals assertNotEqual() failIfEqual assertTrue() failUnless, assert_ assertFalse() failIf assertRaises() failUnlessRaises assertAlmostEqual() failUnlessAlmostEqual assertNotAlmostEqual() failIfAlmostEqual |
|||
Note:
See TracQuery
for help on using queries.
