#1293: deluge-console under windows doesn't like forward slashes
-------------------------------------+--------------------------------------
Reporter: Znuff | Owner:
Type: defect | Status: new
Priority: major | Milestone: 1.3.0
Component: console | Version: 1.3.0_dev
Keywords: console, slashes, paths |
-------------------------------------+--------------------------------------
deluge-console under windows doesn't like having paths passed to it with
single forward slashes (\). It works with backslashes (/) and double
forward slashes (\\)
Example:
{{{
C:\Program Files (x86)\Deluge\Deluge-Python>deluge-console "add -p
C:\torrents\dox c:\python26\scripts\test.uploadfu-0.5.1-rsr.torrent"
This is a directory!
C:\Program Files (x86)\Deluge\Deluge-Python>deluge-console "add
c:\python26\scripts\test.uploadfu-0.5.1-rsr.torrent"
This is a directory!
C:\Program Files (x86)\Deluge\Deluge-Python>deluge-console "add
c:\\python26\\scripts\\test.uploadfu-0.5.1-rsr.torrent"
Attempting to add torrent:
c:\python26\scripts\test.uploadfu-0.5.1-rsr.torrent
Torrent added!
C:\Program Files (x86)\Deluge\Deluge-Python>deluge-console "add
c:/python26/scripts/test.uploadfu-0.5.1-rsr.torrent"
Attempting to add torrent:
c:/python26/scripts/test.uploadfu-0.5.1-rsr.torrent
Torrent added!
}}}
This bug has been present probably forever, first observed under 1.2.0 RC1
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/1293>
Deluge <http://deluge-torrent.org/>
Deluge project
--
You received this message because you are subscribed to the Google Groups
"Deluge Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/deluge-dev?hl=en.