#2755 closed bug (WorksForMe)
UnicodeWarning: torrentmanager.py (download_location" != "move_completed_path"
Reported by: | bro | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | Core | Version: | develop |
Keywords: | Cc: | bro |
Description
Got this on develop (9726481fb4a31a20ab9b79b804ae20aa72cafc7a)
/home/bro/programmer/deluge/workdirs/develop-running/deluge/core/torrentmanager.py:917: UnicodeWarning: Unicode unequal comparison failed to convert both arguments to Unicode - interpreting them as being unequal torrent.options["download_location"] != torrent.options["move_completed_path"]:
Change History (3)
comment:1 Changed 8 years ago by bro
- Cc bro added
comment:2 Changed 6 years ago by Cas
- Resolution set to WorksForMe
- Status changed from new to closed
With unicode_literals this shouldn't occur now ;)
Note: See
TracTickets for help on using
tickets.
Add bro to cc