Changes between Initial Version and Version 1 of Ticket #2365


Ignore:
Timestamp:
09/27/2013 10:10:39 AM (12 years ago)
Author:
Calum
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2365 – Description

    initial v1  
    11start of error message:
     2
     3{{{
    24Traceback (most recent call last):
    35  File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.6-py2.7.egg/deluge/ui/gtkui/torrentview.py", line 158, in cell_data_progress
    46    textstr = textstr + " %.2f%%" % value
    57TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
    6 end of error message.
     8}}}
    79
    8 (TypeError and NoneType appear without question mark)
    910
    1011This appears repeatedly on the commandline after the command deluge -u gtk. It does not appear in deluge logs.