#3309: TypeError: '>' not supported between instances of 'NoneType' and 'str'
----------------------+-------------------
  Reporter:  kuraga   |      Owner:
      Type:  bug      |     Status:  new
  Priority:  blocker  |  Milestone:  2.0.4
 Component:  GTK UI   |    Version:  2.0.3
Resolution:           |   Keywords:
----------------------+-------------------
Changes (by Cas):

 * milestone:  2.x => 2.0.4


Comment:

 There is a related ticket #3330 which has a !TypeError comparing `None`
 and `None` so the issue is due to string type checking by Python 3. So the
 `cmp` function needs to be able to handle either or both values being
 `None` by converting to appropriate type before comparison.

--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3309#comment:3>
Deluge <https://deluge-torrent.org/>
Deluge Project

-- 
You received this message because you are subscribed to the Google Groups 
"Deluge Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/deluge-dev/060.4933a9e89839e408589237791722a5ad%40deluge-torrent.org.

Reply via email to