#1498: [PATCH] core.torrent.Torrent.rename_folder adds a forward slash.
-------------------+--------------------------------------------------------
Reporter: Hiram | Owner:
Type: patch | Status: new
Priority: minor | Milestone: 1.3.2
Component: core | Version: other (please specify)
Keywords: |
-------------------+--------------------------------------------------------
torrent.py adds an unnecessary forward slash to the end of a folder when
it gets renamed. This creates a rollover problem when it renames the files
in the torrent to match the folder, as it creates a double forward slash.
E.g., "Folder", containing "file.txt", becomes "Folder//file.txt" which
creates viewing problems in the GTK client, not sure if it creates a
problem in the filesystem though.
The attached patch corrects this.
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/1498>
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.