Deluge wrong sp wrap. fix #2463

This commit is contained in:
Ruud
2013-11-16 17:23:51 +01:00
parent 59e6d68416
commit 658596659f

View File

@@ -120,7 +120,7 @@ class Deluge(Downloader):
torrent_files = []
for file_item in torrent['files']:
torrent_files.append(os.path.join(download_dir), sp(file_item['path']))
torrent_files.append(sp(os.path.join(download_dir, file_item['path'])))
release_downloads.append({
'id': torrent['hash'],