#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 by , 9 years ago
Cc: | added |
---|
comment:2 by , 8 years ago
Resolution: | → WorksForMe |
---|---|
Status: | new → closed |
With unicode_literals this shouldn't occur now ;)
Note:
See TracTickets
for help on using tickets.
Add bro to cc