Opened 2 years ago
Last modified 2 years ago
#3541 new bug
Add-torrent-dialog not seperating dirs.
Reported by: | mhertz | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | needs verified |
Component: | GTK UI | Version: | develop |
Keywords: | Cc: |
Description
Forum member highvoltage reported issue with the gtk3 add-torrent-dialog on windows not seperating dirs from files, so e.g. cannot rename top-folder(unless renaming all files to match). This issue is not on linux.
I saw in addtorrentdialog.py that 'os.path.sep' used for this and not just '/', and so just for quick troubleshooting I tested following added line fixing it:
os.path.sep = '/'
Thanks in advance!
Note:
See TracTickets
for help on using tickets.
PR: https://github.com/deluge-torrent/deluge/pull/395